A web playground for the Emojicode language.
It currently compiles version 0.8.4 of the language.
You can try out a live example at https://emojicode.telliott.io.
You can run the Emojicode Playground locally with Docker Compose.
Assuming you have the following prerequisites:
You can run the server locally with the command:
$ make compose
Go packages below the pkg
directory have unit tests that rely on a local instance of Docker.
These tests will time out if you don't have a local copy of the expected emojicode Docker image. You can download it with this command:
$ docker pull theothertomelliott/emojicode:0.8.4