Online code execution: Difference between revisions

From Rosetta Code
Content added Content deleted
(pastebin.com)
Line 3: Line 3:
* [http://www.lua.org/demo.html Lua-demo] : just [[Lua]], with some canned demo-programs.
* [http://www.lua.org/demo.html Lua-demo] : just [[Lua]], with some canned demo-programs.
* [http://codepad.org/ CodePad.org] : C C++ D Haskell Lua OCaml PHP Perl Python Ruby Scheme Tcl
* [http://codepad.org/ 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 [http://pastebin.com/ PasteBin.com].
* [http://www.compileonline.com CompileOnline.com] : lots of programming-languages
* [http://www.compileonline.com CompileOnline.com] : lots of programming-languages
...
...

Revision as of 23:50, 16 October 2014

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.