Hacker News new | ask | show | jobs
by bediger4000 1567 days ago
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.