Crafting Interpreters (pdf)

$12.00

Author Robert Nystrom
Edition 1
Edition Year 2021
Format PDF
ISBN 9780990582939
Language English
Number Of Pages 639
Publisher Genever Benning

Description

That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you’ll use the rest of your coding days. You might even have fun.

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.

Starting from main(), you will 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 thoroughly understand because you wrote each one yourself.

Additional information

Author

Robert Nystrom

Edition

1

Edition Year

2021

Format

PDF

ISBN

9780990582939

Language

English

Number Of Pages

639

Publisher

Genever Benning

Reviews

There are no reviews yet.

Be the first to review “Crafting Interpreters (pdf)”

Your email address will not be published. Required fields are marked *