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 requires go and godoc binaries installed in your system path. please set your GOPATH.
clone this repository in your local machine and run following commands:
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.
- Syntax completion
- Configuration
- API
- Undoing input
Vickey Kumar [email protected]