views:

738

answers:

6

There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports atleast the major languages (PHP, Python, Ruby etc..)?

+2  A: 

CodeRun: http://www.coderun.com/

enbuyukfener
It supports limited languages only. No Python or Ruby.
Nimbuz
on the other hand if you are an existing Visual Studio user it supports many of the technologies you are used to, ASP.net WebForms, MVC, Silverlight.
Richard Slater
+3  A: 

Bespin is a sort interesting online js based editor in development primarly by Mozilla Labs. It's open source, saves files on the cloud and also supports some SCMs (git and svn at the moment), files and project sharing.

makevoid
A: 

CodePad seems similar to IDEOne (I wasn't aware of it, thanks).

Alix Axel
A: 

I created ShiftEdit Web Based IDE

It uses Bespin and has basic PHP support.

Includes Syntax highlighting, Integrated (S)FTP, Tabs, Find/Replace, Revision history + it's free.

Adam Jimenez
A: 

http://ide.hivext.com - Java, JavaScript, PHP

Ruslan
A: 

You can write and share PHP functions here

Mike C