views:

94

answers:

2
+1  Q: 

Live Code Editing

Anyone know of a code editing platform that allows users to collaborate in a live environment? For example, google docs but for editing PHP code with others?

+1  A: 

SquadEdit is pretty awesome, although the free version doesn't let you do much.

There are also some applications that you can run locally that have collaboration features, like SubEthaEdit for OSX or Gobby which works across platforms.

Nick Presta
Thanks Nick! I actually just found SquadEdit. Seems pretty cool. Ill probably try that out for while.
alvincrespo
A: 

Vim over a shared GNU screen(1) session is probably my preference as a vim junky, but obviously that won't work for everyone. (Especially given security concerns over sharing your shell.)

Bespin is has collaboration support, and is ever-evolving.

These aren't perfect solutions, but I did want to share them.

Adam Backstrom
I actually was about to answer my question with Bespin, found it on a forum where I posed the same question. Thanks!
alvincrespo