DEV Community

Discussion on: Can you recommend a book for practical learning of Go?

Collapse
 
miguelhun profile image
Miguel Hun

I would recommend "Writing an Interpreter in Go" by Thorsten Ball. This book is amazing and in my opinion, it follows a similar approach to what you are looking for. Very practical book and the author explains every part of the code so you won't be just copying the code without knowing what it does.
The author's writing style is awesome. I enjoyed every single page of this book.
Highly recommended.