Comment by breadchris
3 months ago
I like yaegi [1] for go because it is an interpreter for the go language (almost fully supported, generics need some love). The most important part for me is being able to keep all my language tooling when switching between interpreted/compiled code. Also, there is little needed distinction between what is going to be interpreted and compiled. Once you start including libraries it gets dicey and the need for including the libraries in the compiled part is necessary. There is also a blog post that comes along with it describing how it was built! [2]
[1] https://github.com/traefik/yaegi [2] https://marc.vertes.org/yaegi-internals/
No comments yet
Contribute on Hacker News ↗