Browser based programming environment?
August 14, 2012 1:41 PM   Subscribe

I want to set up a browser-based programming environment for my projects that I can access from the web whenever I'm not at home.

I don't want it to rely on any files or programs other than IE/Firefox/Safari/Chrome--no plugins or anything that might require admin permissions.

Is Orion the clear way to go? What other browser based programming environments exist?

Looking mainly for two things: syntax highlighting (python, jinja, javascript, css, html, xml, json, php) and git integration. If those bases get covered, I doubt I'll have any complaints.
posted by jsturgill to Computers & Internet (2 answers total) 11 users marked this as a favorite
 
Cloud9 IDE is one.
posted by hanoixan at 3:26 PM on August 14, 2012


Hi there,
There are several IDEs you can choose from, and you should check them out to determine which option best suits your requirements with regard to supported languages, version control, deployment, and of course cost:
- eXo Cloud IDE
- Koding
- Cloud9 IDE
- Eclipse Orion
You also have the option of using extended pastebins. Although they lack version control and deployment support, they do allow code execution (good for testing purposes), sort of IDE lite tools:
- ideone
- JS Fiddle
- Python Fiddle
Good luck :) Dani
posted by DanielaSchuster at 6:36 AM on August 15, 2012 [1 favorite]


« Older Making sense of Sun Control Window Film   |   Hey, I have a great idea: Pinterest for web sites.... Newer »
This thread is closed to new comments.