Home

interpreters

img of Crafting Interpreters
1 min read
Book recommendations

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. This book teaches you everything you need to know 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