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.