playground

Web-based playground for testing Nim code.


Keywords
webapp, execution, code, sandbox
License
MIT
Install
nimble install playground@#v0.1.0

Documentation

nim-playground

Interactive server/website that gives you an editor allowing you to easily play with the Nim language.

You can execute Nim code right in your browser, and see the output, or compiler errors. The history of your executed code is saved in browser localStorage.

You should run the playground yourself on your local computer. It only takes two commands to install and launch it.

Get started

  • Install the playground with nimble:
nimble install playground
  • Run the playground:
playground

Security notice

The playground is NOT intended for public hosting / being available publicly, since any user could wreak havoc on the running machine (delete files, etc).

Only use it locally, behind a firewall.

Additional information

Versioning

This project follows SemVer.

License.

This project is under the MIT license.