Because Go has the ability to compile quickly, like a dynamic language, naturally, some people will ask if Go can be implemented in a REPL (read-eval-print loop) programming environment. Sebastien Binet has already implemented a Go interpreter in this environment, which you can find on this page: https://github.com/sbinet/igo.
Interpreter
AI Translation
This post is translated from Chinese into English through AI.View Original