GO REPL is a simple application promising to write/compile/run code in terminal, inspired by python shell
| OS | x86 | x86_64 |
|---|---|---|
| Mac | Download | Download |
| Linux | Download | Download |
| FreeBSD | Download | Download |
| Windows | Download | Download |
On MacOS/Linux download the binary file and copy the file to /user/local/bin/ and set permission to executable
$ cp gorepl /usr/local/bin/gorepl
$ sudo chmod +x /usr/local/bin/goreplOn Windows set the gorepl path in your environment and run in terminal
If you are interested to build the code for your computer then
$ git clone https://github.com/thedevsaddam/go-repl.git #clone into your $GOPATH/src/
$ ./buildAfter writing your code use a blank line then
write :cr and hit enter to compile and run code
If you love the application please feel free to send pull requests or rise issue
The GO REPL is an open-source software licensed under the MIT License.

