I'm very excited about this project - I've been thinking for years that Go needs good interpreter. REPL for testing small snippets of code during development would be amazing.
I don't entirely see how this is different than doing go run on a file, I can see the OP being useful for many things but this doesn't seem that useful at all to me.
[OP] TeddyDD | 8 hours ago
I'm very excited about this project - I've been thinking for years that Go needs good interpreter. REPL for testing small snippets of code during development would be amazing.
boreq | 19 minutes ago
I don't entirely see how this is different than doing
go runon a file, I can see the OP being useful for many things but this doesn't seem that useful at all to me.