logoalt Hacker News

convolvatronyesterday at 6:34 PM2 repliesview on HN

how many scheme compilers do you think have been written?


Replies

localuser13yesterday at 8:04 PM

Hundreds, this is one of the most famous functional programming exercises (mostly thanks to SICP). Just check https://github.com/search?q=scheme%20compiler&type=repositor... (858 results on github)

foolserrandboyyesterday at 7:33 PM

Probably many SICP or "Write Yourself A Scheme" readers have pushed basic scheme compilers to GH.