vote up 3 vote down star
4

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.

flag

69% accept rate
Related thread: stackoverflow.com/questions/523568/… – CTT Feb 19 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 at 23:57
How is "how do I do coding on someone else's computer?" NOT programming related? – Zack Mulgrew Feb 20 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 at 1:30

7 Answers

vote up 4 vote down check

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|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

You can practice your SQL here.

link|flag
vote up 1 vote down

This one is good for ruby.

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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