Skip to main content
CF

Writing An Interpreter In Go

0h 0m 0s
English
Paid

In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. Step by step. From tokens to output. All code shown and included. Fully tested.

Buy this book to learn:

  • How to build an interpreter for a C-like programming language from scratch
  • What a lexer, a parser and an Abstract Syntax Tree (AST) are and how to build your own
  • What closures are and how and why they work
  • What the Pratt parsing technique and a recursive descent parser is
  • What others talk about when they talk about built-in data structures
  • What REPL stands for and how to build one

Why this book?

This is the book I wanted to have a year ago. This is the book I couldn't find. I wrote this book for you and me.

So why should you buy it? What's different about it, compared to other interpreter or compiler literature?

  • Working code is the focus. Code is not just found in the appendix. Code is the main focus of this book.
  • It's small! It has around 250 pages of which a great deal is readable, syntax-highlighted, working code.
  • The code presented in the book is easy to understand, easy to extend, easy to maintain.
  • No 3rd party libraries! You're not left wondering: "But how does tool X do that?" We won't use a tool X. We only use the Go standard library and write everything ourselves.
  • Tests! The interpreter we build in the book is fully tested! Sometimes in TDD style, sometimes with the tests written after. You can easily run the tests to experiment with the interpreter and make changes.

This book is for you if you…

  • learn by building and love to look under the hood
  • love programming and to program for the sake of learning and joy!
  • are interested in how your favorite, interpreted programming language works
  • never took a compiler course in college
  • want to get started with interpreters or compilers…
  • … but don't want to work through a theory-heavy, 800 pages, 4 pounds compiler book as a beginner
  • kept screaming "show me the code!" when reading about interpreters and compilers
  • always wanted to say: "Holy shit, I built a programming language!"

About the Author: Thorsten Ball

Thorsten Ball thumbnail

Thorsten Ball is a German software engineer and the author of two of the most widely read self-published programming books of the last decade: Writing An Interpreter In Go and Writing A Compiler In Go. The books anchor a generation of developers' first serious exposure to language implementation as a discipline.

His CourseFlix listing carries two Thorsten Ball courses based on those books — covering interpreter construction and compiler construction in Go from first principles. Material is paid and aimed at engineers who want to understand how programming languages actually work by building one.

Books

Read Book Writing An Interpreter In Go

#TitleTypeOpen
1Writing An Interpreter In Go 1.7 PDF

Related courses

  • Ultimate Go thumbnailClassic

    Ultimate Go

    By: Ardan Labs
    Advanced course Ultimate Go developed for those, who want to concentrate on deep learning of language and to understand things that have sense and semanthic.
    16h 8m5/5
  • Ultimate Go: Advanced Engineering thumbnailUpdated 3y ago

    Ultimate Go: Advanced Engineering

    By: Ardan Labs
    Learn advanced Go concepts by building a reference implementation of a blockchain in Go!
    16h 20m
  • Golang mini course for beginners thumbnailUpdated 11mo ago

    Golang mini course for beginners

    By: Anthony GG
    Unlock the World of Go Programming with our Golang Mini Course for Beginners . This concise and easy-to-understand course is tailored for developers who are.
    2h 54m0/5

Frequently asked questions

What is Writing An Interpreter In Go about?
In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. Step by step. From tokens to output. All code shown and…
Who teaches this course?
It is taught by Thorsten Ball. You can find more courses by this instructor on the corresponding source page.
How long is the course?
It is delivered as a self-paced online course on CourseFlix.
Is it free to watch?
It is part of CourseFlix's premium catalog. A subscription unlocks the full video player; the course description, table of contents, and preview information are available to everyone.
Where can I watch it online?
The course is available to watch online on CourseFlix at https://courseflix.net/course/writing-an-interpreter-in-go. The page hosts every lesson with the integrated video player; no download is required.