From 2fa39738fb24953d6421c380aa08931648360b52 Mon Sep 17 00:00:00 2001 From: Pouya Abbassi Date: Thu, 26 Nov 2020 00:57:25 +0330 Subject: [PATCH] Scheme compilers to check out --- dev.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev.org b/dev.org index de82c9b..e253cc4 100644 --- a/dev.org +++ b/dev.org @@ -59,3 +59,6 @@ Data File), and the we can pass that ADF file to the compiler to let it compile the program by using the usual passes alonge side with some extra passes that operate on ADF ** Lang +*** Scheme +- Chicken Scheme - Easy-to-use compiler and interpreter, with lots of libraries :: https://call-cc.org +- Stalin - Brutally optimizing Scheme compiler, with lots of optimization flags :: https://github.com/barak/stalin