Sandbox

Run code in an isolated environment and get stdout, stderr and the exit code back.

~/code/sandbox

  • Multiple language runtimes; supply a language and a string of code
  • Returns stdout, stderr and exit code — the three things you actually need
  • Execution history is kept, so a run can be read back rather than repeated

Part of ~/code

See the suite →