Writing a Lisp compiler (Lisp to assembly) from scratch in JavaScript (2018)

  • Hey HN! Fun to see this older post here. If you liked this one, you might like my favorite compiler & interpreter resources page.

    https://eatonphil.com/compilers-and-interpreters.html

  • Reminds me of a guy who (for fun) wrote lots of compilers and interpreters like lang A to lang B written in lang C. He was unsurprisingly familiar with quite many languages.

  • This is the cool way to do it.