goplusjs / repl

A web viewable version of the Go+ REPL.

Home Page:https://repl.goplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repl.goplus.org

This implements a web viewable version of the GoPlus REPL.

This is done by compiling gpython into wasm and running that in the browser.

https://goplusjs.github.io/repl/

Build and run

Build GoPlus REPL for GopherJS/WASM

go get github.com/goplusjs/gopherjs
git clone https://github.com/goplusjs/repl
cd repl
./build.sh

Thanks

Thanks to jQuery Terminal for the terminal emulator and the go team for great wasm support.

Thanks to Gpython for REPL cli/web code.

About

A web viewable version of the Go+ REPL.

https://repl.goplus.org

License:Apache License 2.0


Languages

Language:JavaScript 51.1%Language:Go 42.9%Language:HTML 5.6%Language:Shell 0.3%