Lessons learned streaming building a Scheme-like interpreter in Go

from blog Notes on software development, | ↗ original
I wanted to practice making coding videos so I did a four-part series on writing a basic Scheme-like language (minus macros and arrays and tons of stuff). I picked this simple topic because I wanted a low-stakes way to learn what I did not know about making videos. Here was the end result (nothing crazy): $ go build $ cat examples/fib.scm (func...