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.

link|improve this question

76% accept rate
1  
Related thread: stackoverflow.com/questions/523568/… – CTT Feb 19 '09 at 23:20
How is this programming related? It sound more like "how do I do coding on someone else's computer?" – S.Lott Feb 19 '09 at 23:57
12  
How is "how do I do coding on someone else's computer?" NOT programming related? – Zack The Human Feb 20 '09 at 0:27
It's random theft of services. If they want help with algorithm, data structure, language or library, that's fine. But "how do I code on the web?" is akin to "help me buy the 'best' programming laptop." – S.Lott Feb 20 '09 at 1:30
6  
Why is it "random theft of services" to use a web service someone has set up for that purpose? – Snake Plissken Jun 12 '10 at 0:39
show 1 more comment
feedback

11 Answers

up vote 21 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
This is great for Java. Been looking for something like this. – Aaron Feb 24 '11 at 15:48
1  
+1 I was surprised codepad didn't support Java. So I googled, and your answer was perfect. – Dan Burton Mar 15 '11 at 19:55
feedback

This one is good for ruby.

link|improve this answer
Yeah, it's good. +1 – Wolfpack'08 Nov 10 '11 at 15:47
feedback

For C++, you could try CodeControl, Comeau or the one from code.vcer.net.

link|improve this answer
feedback

Here is an open source one: http://codenode.org, which supports Python and Sage well, but also aims to support other languages like Ruby, R, etc. Probably the best description of Codenode is "Google docs combined with Mathematica Notebooks".

link|improve this answer
feedback

Right now, you can use http://sagenb.org. This is a free open source online Google Docs-like programming notebook environment, which I provide (thanks to a generous grant from the National Science Foundation). Once you create an account and create a new worksheet, click on the box (fourth from left) labeled "Sage" and change it to Python. Now all the code you type in is evaluated using Python. The main drawback is that there are well over 30,000 users of this resource, so sometimes it is slow.

link|improve this answer
feedback

I found this online java compiler and runner. It works in realtime and also with threads. Amazing ! http://www.browxy.com

link|improve this answer
feedback

i have an java online compiler

http://youjavait.com/

link|improve this answer
Your site appears to have been hacked. – Snake Plissken Jun 12 '10 at 0:38
Doesn't look hacked to me, but trying to run code does yield a "Service Temporarily Unavailable" error. – Matt Ball Sep 22 '10 at 14:42
Doesn't exist anymore apparently. – Shikiryu May 2 at 12:55
feedback

CodeIDE is an ok one: http://www.codeide.com/

link|improve this answer
feedback

You can practice your SQL here.

link|improve this answer
feedback

This works for java: http://www.zamples.com/JspExplorer/index.jsp

link|improve this answer
5  
Seems to be dead. – Snake Plissken Jun 12 '10 at 0:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.