Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For me it was the "Make a Lisp" project. Reading the architectural diagram of a Lisp interpreter, and browsing its implementation in many (~87) programming languages.

https://github.com/kanaka/mal

Especially where the guide explains how tail-call optimization works, my mind was blown.

https://github.com/kanaka/mal/blob/master/process/guide.md#s...

Studying the project changed the way I understand code. Since then I've created my own little Lisps in about three or four versions/languages. Next I'd like to write one in WebAssembly Text format, which is already in a Lisp-shaped syntax.



I had the same thought, https://github.com/pollrobots/scheme




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: