-
Among the listed, Racket stands out to me - it's really on point for the problem, things Racket are organized around implementing languages inside of Racket. That said, Go should be totally fine. I might recommend perusing https://github.com/robpike/lisp, https://github.com/robpike/ivy, there are some talks about these on YouTube. The style is really
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Among the listed, Racket stands out to me - it's really on point for the problem, things Racket are organized around implementing languages inside of Racket. That said, Go should be totally fine. I might recommend perusing https://github.com/robpike/lisp, https://github.com/robpike/ivy, there are some talks about these on YouTube. The style is really
-
Writing an interpreter in Go is a great recommendation. Another resource that only came out last week is https://www.craftinginterpreters.com. The author has it available to read for free online.
-
-
You can statically type Python if you want. It has the syntax for it, but you need to use an external type checker like Pyright. It's easy to use with VS Code.