Merge pull request 'Scheme compilers to check out' (#1) from pouya-abbassi/Serene:golang-impl into golang-impl

Reviewed-on: Serene/Serene#1
This commit is contained in:
Sameer Rahmani 2020-11-26 11:35:43 +00:00
commit cacb00753a
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