Hacker News new | ask | show | jobs
Crafting a Minimal Interpreter of Lisp (kaeyosthaeron.com)
1 points by ktfth 1567 days ago
1 comments

You can't learn much from this article: it's about the trivialities of parsing lisp S-expressions in JavaScript.

Instead, read Peter Norvig's Lisp in Python (https://norvig.com/lispy.html). You'll learn about lisp special forms, and you'll see how Python can be used to great effect.