A python based go REPL like python command line to write and execute small go code snippets. If you want to test your go code snippets quickly or experiment with golang, please give it a try.
Go-interpreter needs go binary installed in your system path. please set your GOPATH.
OS X & Linux:
cd Go-interpreter
sudo make install
Windows:
use gointerpreter.py directly to access the go REPL.
python gointerpreter.py
gointerpreter is greatly inspired by python like interactive shell/REPL where user can easily experiment with language and learn faster.
- Undoing input
- syntax completion
- API