5 ms·
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] htt
by misframer 6y 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 https://github.com/kanaka/mal
[1] https://norvig.com/lispy.html https://norvig.com/lispy.html