Select Page

Crafting Interpreters: A handbook for making programming languages

Crafting Interpreters: A handbook for making programming languages

This book contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. It’s gonna be a blast.

Starting from main(), you’ll build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you will thoroughly understand because you wrote each one yourself.

Crafting Interpreters: A handbook for making programming languages

by Robert Nystrom (Online / E-text) – 3 chapters – Work in progress

Crafting Interpreters: A handbook for making programming languages by Robert Nystrom