I love this! I really think the title could use the project name in it; I almost didn't click because there are tons of other go REPLs out there for explanatory programming; but nothing that gives you this drop-to-repl in a program.
Does anybody know if this is finally a real full-blown REPL? Does it allow starting new goroutines and communicating with them over channels? Does it support FFI, i.e. package syscall + unsafe? on Windows and Linux?<p>Or is it again a "recompile and rerun everything after each new line is added and pretend to be a REPL"? Or is it maybe something inbetween?
repl.it's Go REPL is quite good: <a href="https://repl.it/languages/go" rel="nofollow">https://repl.it/languages/go</a>
it's funny coming from python i missed the repl for the first few weeks but go's insane compilation speed almost completely obviates the need for one.