I forked it to test the fork function of github.
maybe someday I will make changes.
A simple interactive Go interpreter built on exp/eval with some readline-like refinements
$ igo
igo> func f() { println("hello world") }
igo> f()
hello world
- implement code completion
- with gocode ?
- code colorization ?