Add link to "Writing an Interpreter in Go"

This commit is contained in:
Gerard Vermeulen 2025-01-13 12:08:16 +01:00
parent 121fef9236
commit f4053d8246

View File

@ -4502,6 +4502,7 @@ This setup uses the following links to install [[https://go.dev/][Go]] and [[htt
Links to learn [[https://go.dev/][Go]] are:
1. [[https://www.golangprograms.com/go-language.html][Go programming language]] contains a tutorial and a reference.
2. [[https://gobyexample.com/][Go by example]] is a showcase of short examples with explanations.
3. [[https://interpreterbook.com/][Writing An Interpreter In Go]] is book showing how to write a real program.
#+caption[Setup Go programming]:
#+caption: Setup Go programming.