Hacker News new | ask | show | jobs
Scheme 9 from Empty Space – A Guide to Implementing Scheme in C (t3x.org)
3 points by AlexeyBrin 34 days ago
1 comments

This is a cool system and well documented (book + software). Here is a version ported to the Micron language (a Pascal/Oberon derivative): https://github.com/rochus-keller/Micron/tree/master/testcase....