Online code execution

From Rosetta Code
Revision as of 21:53, 18 October 2014 by rosettacode>Hajo (ideone.com)

There are some websites that allow online code execution:

  • Lua-demo : just Lua, with some canned demo-programs.
  • CodePad.org : C C++ D Haskell Lua OCaml PHP Perl Python Ruby Scheme Tcl

This can also be used to share/discuss code, much like PasteBin.com.

...

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