Online code execution: Difference between revisions

Intro
(ideone.com)
(Intro)
Line 1:
"Online code execution" is commonly implemented as a webpage
There are some websites that allow online code execution:
with a text-area for writing/pasting code,
a button "Submit/Execute",
and an output-page to show the result. <br>
That means, usually no graphics or GUI.
 
ThisOnline-code-execution allows for a quick test of (short) programs/scripts,
without the need to install something on the own machine.
 
ThereThis are some known websites that allow online code execution:
 
* [http://www.lua.org/demo.html Lua-demo] : just [[Lua]], with some canned demo-programs.
Line 7 ⟶ 16:
* [http://ideone.com ideone.com] : Online-Compiler
...
 
This allows for a quick test of (short) programs/scripts,
without the need to install something on the own machine.
 
 
Anonymous user