Skip to content

GO REPL is a simple application promising to write/compile/run code in terminal, inspired by python shell

License

Notifications You must be signed in to change notification settings

thedevsaddam/go-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO REPL

GO REPL is a simple application promising to write/compile/run code in terminal, inspired by python shell

Task screenshot

Installation

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/gorepl

On 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/
$ ./build

Usage

After writing your code use a blank line then write :cr and hit enter to compile and run code

Please see the example

Task screenshot

Contribution

If you love the application please feel free to send pull requests or rise issue

License

The GO REPL is an open-source software licensed under the MIT License.

About

GO REPL is a simple application promising to write/compile/run code in terminal, inspired by python shell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published