Crafting Interpreters

Repository for the book "Crafting Interpreters" (by munificent)

Crafting Interpreters Alternatives

Similar projects and alternatives to Crafting Interpreters

  1. You-Dont-Know-JS

    A book series (2 published editions) on the JS language.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. build-your-own-x

    Master programming by recreating your favorite technologies from scratch.

  4. project-based-learning

    Curated list of project-based tutorials

  5. glicol

    Graph-oriented live coding language and music/audio DSP library written in Rust

  6. gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

  7. mal

    mal - Make a Lisp

  8. 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!

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. 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.

  11. paip-lisp

    Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

  12. papers-we-love

    Papers from the computer science community to read and discuss.

  13. tl

    The compiler for Teal, a typed dialect of Lua

  14. Wren

    The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.

  15. os-tutorial

    How to create an OS from scratch

  16. rune

    An embeddable dynamic programming language for Rust. (by rune-rs)

  17. littleosbook

    Source for the little book about OS development

  18. crumb

    The Crumb Programming Language

  19. sphinx-lang

    An intepreter for a simple dynamic language written in Rust

  20. CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

  21. git-internals-pdf

    Discontinued PDF on Git Internals

  22. loxcraft

    Language tooling for the Lox programming language.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Crafting Interpreters alternative or higher similarity.

Crafting Interpreters discussion

Log in or Post with

Crafting Interpreters reviews and mentions

Posts with mentions or reviews of Crafting Interpreters. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-06.
  • Nnd – a TUI debugger alternative to GDB, LLDB
    5 projects | news.ycombinator.com | 6 May 2025
    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
    4 projects | news.ycombinator.com | 6 Feb 2025
    > 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 🚀
    13 projects | dev.to | 14 Jan 2025
    Build an Interpreter (Chapter 14 on is written in C)
  • Show HN: RasperDucky, an Implementation of DuckyScript3 for Raspberry Pico
    3 projects | news.ycombinator.com | 2 Nov 2024
    [3]: https://github.com/munificent/craftinginterpreters
  • Resources for Amateur Compiler Writers
    1 project | news.ycombinator.com | 19 Aug 2024
    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
    12 projects | news.ycombinator.com | 31 Jul 2024
    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.

  • Crafting Interpreters
    8 projects | news.ycombinator.com | 12 Jul 2024
    Lots of people have done implementations in other languages: https://github.com/munificent/craftinginterpreters/wiki/Lox-...

    I did the first half in Clojure (in order to teach myself Clojure), worked just fine. I had to do a bit of translation but it's really not a lot.

    2 projects | news.ycombinator.com | 26 Dec 2023
  • Ask HN: Creating a language/runtime for fun, is this idea dumb or not
    1 project | news.ycombinator.com | 23 May 2024
    Dumb idea? No way. Actually, I'm currently reading Crafting Interpreters which is exactly this. It's free to read online, if you wanted to check it out: https://www.craftinginterpreters.com/

    Super fun book.

  • The Top 10 GitHub Repositories Making Waves 🌊📊
    22 projects | dev.to | 20 Dec 2023
    Build an Interpreter (Chapter 14 on is written in C)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic Crafting Interpreters repo stats
54
9,724
3.3
9 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com