Scheme compilers to check out

This commit is contained in:
Pouya Abbassi 2020-11-26 00:57:25 +03:30
parent 688d169286
commit 2fa39738fb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 591DF1A6C74C0CBC
1 changed files with 3 additions and 0 deletions

View File

@ -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