SaaSHub helps you find the best software and product alternatives Learn more →
Crafting Interpreters Alternatives
Similar projects and alternatives to Crafting Interpreters
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
reactive-resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
-
Previous Serverless Version 0.5.x
⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
-
-
-
-
Wren
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
-
-
-
-
-
-
-
Crafting Interpreters discussion
Crafting Interpreters reviews and mentions
-
Making your own programming language is easier than you think (but also harder)
I wish people would start with Nystrom's https://www.craftinginterpreters.com/ and avoid the dragon etc unless they really, really need it. Almost everything I have learnt about compiler/vm development, I have done so by reading random blogs and articles on various aspects and small tutorials on writing parsers and vms.
Even stuff like Crenshaw's Let's Build a Compiler was more useful to me than all these books that do lexical analysis using regular expressions. I have written lexers and parsers hundreds of times for all kinds of DSLs and config and not once have I used regular expressions to scan the text.
- Revisiting "Let's Build a Compiler"
- Markdown Is Holding You Back
-
Wren: A classy little scripting language
[An optional challenge](https://github.com/munificent/craftinginterpreters/blob/4a84...) gives an implementation of arrays for jlox at least.
-
Nnd – a TUI debugger alternative to GDB, LLDB
Cool! I did not know about that book. Added to [1]. :-)
--
1: https://github.com/munificent/craftinginterpreters/issues/92...
-
Markdown's Big Brother: Say Hello to AsciiDoc
> If you’ve been relying on Markdown and occasionally fighting its quirks, AsciiDoc might be the structured, fully-featured alternative you didn’t know you needed.
No, I'm afraid it's the format I know I don't need. At least not for the kind of things I usually use markdown for.
Readme files, technical documentation, moderately complex websites with templating and rendering engines - markdown works just fine. Sometimes with a custom `|||warning\n...\n|||\n` thrown in to render something in a box with a red border.
I get that there's a market in the space occupied by TeX, Typst (underrated IMHO), and possibly MS Word or Quark Express (for non-techies). Libreoffice is great in theory but, again IMHO, "eh" in practice. That market is generating book-length documents with all the cross-references and other features that needs.
That said, Robert Nystrom of "Crafting Interpreters" managed this just fine with markdown and a few custom scripts: https://journal.stuffwithstuff.com/2020/04/05/crafting-craft... , https://github.com/munificent/craftinginterpreters/tree/mast... . This is how those famous 10x writers/programmers work, I guess.
Asciidoc is Markdown's big brother? I'll carry on playing with the little brother, thank you very much.
Also the whole page is an ad for their own editor tool. $9.99 per month so you don't need to use your own editor and unintuitive tools like (gasp!) the terminal.
-
🌟 Unlock Your Developer Potential: Top 5 Must-Explore GitHub Repositories 🚀
Build an Interpreter (Chapter 14 on is written in C)
-
Show HN: RasperDucky, an Implementation of DuckyScript3 for Raspberry Pico
[3]: https://github.com/munificent/craftinginterpreters
-
Resources for Amateur Compiler Writers
The best resource for any amateur compiler writer is Bob Noystrom's Crafting Interpreters:
https://www.craftinginterpreters.com/
It is well paced, well illustrated, and demonstrates a very simple recursive descent parser, avoiding all the junk typically foisted on students.
I cannot recommend the book highly enough, I use it in my compilers class.
-
Crafting Interpreters with Rust: On Garbage Collection
The license is here:
https://github.com/munificent/craftinginterpreters/blob/mast...
Though now that I look at it, I apparently completely forgot to specify how the images should be licensed. Oops.
It's not a big deal and I really appreciate you reading and writing about the book, but I would prefer to not have the images reused without attribution.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
munificent/craftinginterpreters is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Crafting Interpreters is HTML.
Popular Comparisons
- Crafting Interpreters VS git-internals-pdf
- Crafting Interpreters VS project-based-learning
- Crafting Interpreters VS paip-lisp
- Crafting Interpreters VS CppCoreGuidelines
- Crafting Interpreters VS You-Dont-Know-JS
- Crafting Interpreters VS tinyrenderer
- Crafting Interpreters VS papers-we-love
- Crafting Interpreters VS pyright-python
- Crafting Interpreters VS 30-days-of-elixir
- Crafting Interpreters VS reactive-resume