Hacker News new | ask | show | jobs
by misframer 2250 days ago
Try writing an interpreter! “Make a Lisp“[0] and Norvig’s “(How to Write a (Lisp) Interpreter (in Python))”[1] really helped me understand the basics.

[0] https://github.com/kanaka/mal

[1] https://norvig.com/lispy.html