TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Crafting a Minimal Interpreter of Lisp

1 pointsby ktfthabout 3 years ago

1 comment

bediger4000about 3 years ago
You can&#x27;t learn much from this article: it&#x27;s about the trivialities of parsing lisp S-expressions in JavaScript.<p>Instead, read Peter Norvig&#x27;s Lisp in Python (<a href="https:&#x2F;&#x2F;norvig.com&#x2F;lispy.html" rel="nofollow">https:&#x2F;&#x2F;norvig.com&#x2F;lispy.html</a>). You&#x27;ll learn about lisp special forms, and you&#x27;ll see how Python can be used to great effect.