Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online compilers/runtime for Java, C++, Python and ObjC? [closed]

Does anyone know of a good online compiler/runtime (for C++, Java, Python, ObjC etc.) that I can access on the web?

What I'm looking for is something that would allow me to type in a program in a web form and to run the program and see the results online.

(Let's not get into the why for now. Suffice it to say for the moment that I don't always have access to a compiler/runtime, and firing up an IDE is just overkill for testing out some code snippets)

I know of codepad.org -- but I'm looking for something better.

like image 898
Debajit Avatar asked Feb 19 '09 23:02

Debajit


People also ask

Which of the following is online compilation tool?

Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.

What is an online compiler?

An Online compiler is a tool that allows you to compile source code and run it in several different programming languages online. An online compiler is needed for program execution. It converts the text-based source code into an executable representation known as object code.


2 Answers

ideone is something better but what particular advence do you need?

like image 66
lumen Avatar answered Oct 01 '22 08:10

lumen


http://codepad.org/

codepad.org is an online compiler/interpreter, and a simple collaboration tool. Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.

Languages:

C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl

like image 30
hasen Avatar answered Oct 01 '22 10:10

hasen