Writing An Interpreter In Go

eBook, 264 pages

Published May 7, 2020 by Thorsten Ball.

ISBN:
978-3-9820161-1-5
Copied ISBN!
ASIN:
B01N2T1VD2

View on OpenLibrary

4 stars (4 reviews)

1 edition

Review of 'Writing An Interpreter In Go' on 'Goodreads'

4 stars

Kudos to the brilliant practical book!

The author walks you through the process of writing an interpreter step by step following the test-driven approach. He writes in pure Go with clear syntax. He provides sufficient explanation without overwhelming with details. The goal is to get your feet wet by having done a simple interpreter.

I was in doubt when he chose to write an interpreter for his invented language. But it turned out this approach would pave the way for you to write your own simple language.

After finishing the book, I'm confident to write an interpreter for any common language.

avatar for jakegut

rated it

4 stars
avatar for dmathieu

rated it

5 stars
avatar for mananabanana

rated it

3 stars

Subjects

  • Computers
  • Programming
  • Programming Languages: Go