Merge branch 'golang-impl' of devheroes.codes:Serene/Serene into golang-impl

This commit is contained in:
Sameer Rahmani 2020-11-26 12:04:01 +00:00
commit b3f621ece1
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