from Hacker News

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

by selvan on 9/12/24, 6:19 AM with 6 comments

  • by eatonphil on 9/15/24, 10:48 AM

    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

  • by theendisney4 on 9/15/24, 4:58 AM

    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.
  • by pjmlp on 9/15/24, 12:20 PM

    This is the cool way to do it.