From cd5090874c96ea7757371d77f68b0280c718b835 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 19 Apr 2025 09:49:15 +0300 Subject: [PATCH] Show racket on the list of supported implementations --- README.md | 2 -- compile-r7rs.scm | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a5b0b5b..861f5f2 100644 --- a/README.md +++ b/README.md @@ -403,8 +403,6 @@ Racket only supports .rkt files, so the transformer creates .rkt file for each (import (scheme base)) (include "file.scm/.sld") -So that is what compile-r7rs does for you. - ## Development diff --git a/compile-r7rs.scm b/compile-r7rs.scm index 119e657..aa92c8d 100644 --- a/compile-r7rs.scm +++ b/compile-r7rs.scm @@ -31,7 +31,7 @@ ;meevax mit-scheme mosh - ;racket + racket ;picrin ;scheme-rs ;stak