Online code execution: Difference between revisions

From Rosetta Code
Content added Content deleted
(pastebin.com)
(ideone.com)
Line 5: Line 5:
This can also be used to share/discuss code, much like [http://pastebin.com/ PasteBin.com].
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
* [http://ideone.com ideone.com] : Online-Compiler
...
...


Line 11: Line 12:




[[Category:Tools]]
[[Category:ProgrammingTools]]

Revision as of 21:53, 18 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.