Hacker News new | ask | show | jobs
by cardanome 314 days ago
MAL is pretty good, albeit less hand-holding: https://github.com/kanaka/mal

Writing a Lisp in Ocaml: https://bernsteinbear.com/blog/lisp/00_fundamentals/

Not Lisp-specific but Crafting Interpreters is also great: https://craftinginterpreters.com/

1 comments

Crafting Interpreters is an amazing resource.