⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

"Online code execution" is commonly implemented as a webpage with a text-area for writing/pasting code, a button "Submit/Execute", and an output-page to show the result.

That means, usually no graphics or GUI.

Online-code-execution allows for a quick test of (short) programs/scripts, without the need to install something on the own machine.

This are some known websites that allow online code execution:

Defunct:

  • CompileOnline.com : lots of programming-languages, as well as shells, text-formatting, file-compare, etc. // renamed to Coding Ground

[[Category:ProgrammingTools]]