This is a very interesting online code compiler. I came about it in a post in ILUG mailing list and thought of sharing it here.
Check out codepad.org
Just copy and paste your code and it shows output.Of course, it needs
improvements, but it gives a nice taste of compiling in the cloud.
Compiler and Interpreter versions used -
Check out codepad.org
Just copy and paste your code and it shows output.Of course, it needs
improvements, but it gives a nice taste of compiling in the cloud.
Compiler and Interpreter versions used -
- C: gcc 4.1.2
- C++: g++ 4.1.2
- D: Digital Mars D Compiler v1.026
- Haskell: Hugs, September 2006
- Lua: Lua 5.1.3
- OCaml: Objective Caml version 3.10.1
- PHP: PHP 5.2.5
- Perl: Perl v5.8.0
- Python: Python 2.5.1
- Ruby: Ruby 1.8.6
- Scheme: MzScheme v372 [cgc]
- Tcl: tclsh 8.4.16
Categories:
c,
compiler,
interestingfacts,
linux,
system programming