TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Writing an Interpreter in Go

52 pointsby curling_gradover 2 years ago

4 comments

luuuzetaover 2 years ago
Related: <a href="https:&#x2F;&#x2F;craftinginterpreters.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;craftinginterpreters.com&#x2F;</a>
underanalyzerover 2 years ago
Love Monkey, implemented a language based on it a couple years ago and it was an excellent learning experience.
myzieover 2 years ago
Great book. This was the inspiration for Tamarin. I&#x27;ve been working on this as a side project for about a year now.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cloudcmds&#x2F;tamarin">https:&#x2F;&#x2F;github.com&#x2F;cloudcmds&#x2F;tamarin</a>
xnaclyover 2 years ago
This looks awesome, ill probably buy the book