Go makes it very easy to create tools on top of it. And its fast compiler enables doing things almost as if it's a dynamic language.
I've made a live editor [1] for Go that I use very happily (and I keep working on a 2nd generation version, rewritten in Go, which will be more user-friendly to install and use).
I've made a live editor [1] for Go that I use very happily (and I keep working on a 2nd generation version, rewritten in Go, which will be more user-friendly to install and use).
There are other REPL-like tools like [2] and [3].
[1] https://github.com/shurcooL/Conception#demonstration
[2] https://github.com/sriram-srinivasan/gore
[3] https://github.com/shurcooL/goe#examples