A web interface for running Pony code.
Currently needs to be run on a system with access to Docker.
First, create the Docker image that playpen will use:
docker build docker -t ponylang-playpen
Next, spin up the server.
cargo run --bin playpen
You should now be able to browse http://127.0.0.1:8080 and interact.
docker run --rm -it -v $HOME/.cargo/registry/:/home/rust/.cargo/registry -v $PWD:/home/rust/src ekidd/rust-musl-builder:nightly cargo build --release