Bounty Added: I am looking for an online "IDE" that supports Objective-C.

Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do?

I'm not expecting a full version of Visual Studio but perhaps a cut down editor capable of HTML, javascript and CSS files, preferably with the ability to organise "projects".

link|improve this question

feedback

7 Answers

up vote 18 down vote accepted

Specifically for HTML, JavaScript and CSS, my favorite is JSBin.

It's a collaborative JavaScript debugging tool. You can test live JavaScript with HTML and CSS context, publish your code and render outside of JS Bin, and you can also inject major JavaScript libraries very easily...

For C# and Java projects Compilr works nice.

For C, D, Haskell, OCaml, Perl, Python Ruby and others I use CodePad

link|improve this answer
Compilr looks really good. Shame it doesn't work on Google Chrome... – GateKiller Jan 29 '09 at 14:51
Compiler looks the best of the 3 but doesn't look like it's still being updated, shame. Thanks for the comprehansive answer though. – jonhobbs Jan 29 '09 at 15:22
You're welcome @jonhobbs, right, the Compilr development seems to be a little frozen... but for JavaScript and CSS JSBin is the best :) ... – CMS Jan 29 '09 at 15:30
Compilr is still updated just not all that often. Maybe I can look into adding Chrome support. – Zenox Oct 29 '09 at 10:33
Compilr is now supported on Chrome and other browsers now. We are also making updates quite frequently. – Chain Jul 13 '11 at 18:40
feedback

This question has already been answered, but I thought I'd chip in with Mozilla Bespin.

link|improve this answer
feedback

I've used Ideone which is quite good. It allows you to compile and run code online in more than 40 programming languages.

link|improve this answer
feedback

This my favorite. Absolutely amazing. Allows for so many different types. C#, Javascript, PHP, Silverlight and more.

CodeRun

link|improve this answer
Wow this is slick! – Alex Howansky Oct 3 '10 at 15:49
feedback

I haven't tried these tools yet but they are on my list of things to do:

link|improve this answer
feedback

This market is still immature. The two most promising IDEs are:
Cloud9IDE http://cloud9ide.com/
The Eclipse Orion Project http://www.eclipse.org/orion/

link|improve this answer
feedback

I searched everywhere and couldn't find an Objective-C online compiler.

I am working on setting one up myself. I'll update this when it goes live.

link|improve this answer
Did you ever set one up yourself? I'm interested in finding a good objective-c compiler too. – Joshua Sep 20 '11 at 5:51
@Joshua Unfortunately not, now that ideone.com has an Objective-C compiler. – 999999 Nov 23 '11 at 16:42
Unfortunately ideone.com's compiler doesn't support any frameworks like Foundation and UIKit so NS and UI classes won't work. – Joshua Nov 23 '11 at 22:09
feedback

Your Answer

 
or
required, but never shown

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