From 34567984167ff928f299dd65036995c2424c4ebe Mon Sep 17 00:00:00 2001 From: Tetsumi Date: Sun, 11 Apr 2021 22:24:15 +0200 Subject: [PATCH] Add JazzScheme to implementations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab0652b..8a162ca 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ * [Gerbil](https://cons.io/): R7RS, compiles to C, based on Gambit, extends gambit with better macro and module systems. * [**Racket**](https://racket-lang.org/): R6RS, beginner friendly, full Windows support, optional typing, essentially a superset of scheme, tons of libraries, moving/moved to a Chez Scheme backend. +* [JazzScheme](https://github.com/jazzscheme/jazz): R6RS, extends Gambit with better macro, module system, OOP, a build system. ### Transpilers to C