vote up 0 vote down star
4

Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code repository at the same time (replacing SVN, git, etc.).

Users (programmers) would be able to create code files directly in Wave and add collaborators to do pair programming etc. The whole codebase would live in a Wave folder, and an extension would do the building and compiling on the fly.

How would one go about writing such an extension?

flag
A problem might be that all the text (the code that people are editing in that IDE) is not local. – dehmann Nov 21 at 17:05
and an other problem is that Google Wave is awfully slow for the moment (not to mention instabilities) – SuperBloup Nov 21 at 17:07
@SuperBloup: That's a problem now, but hopefully not down the road. – Jed Smith Nov 21 at 17:09
I think you should do it man! I think google has some docs about writing extensions, somewhere. – Austin Kelley Way Dec 9 at 2:44
1  
Someone might want to tag it VCS instead of SVN. Just saying. – Austin Kelley Way Dec 9 at 2:45
show 1 more comment

4 Answers

vote up 1 vote down

Have you looked at the CodeRun IDE? Except for the collaboration aspect of google wave, or coding non-web apps, this might be ideal.

I expect coderun will become more collaborative as time goes on.

link|flag
looks nice, although somewhat buggy too. – ttvd Dec 9 at 2:50
vote up 0 vote down

I like the idea and to be honest had thought of something similar myself. Stability and speed of Google Wave are valid points of course.

I see this being built over the Wave protocol than over Wave. I mean strip out some of the features of the Google Wave product but keep the underlying principles of Waves and collaboration.

link|flag
vote up 0 vote down

i definitely would want google to get an IDE, they have mostly everything already: - Appengine - Appengine SDK - GWT - Google code - Google apps (docs, talk, mail, sites) They just need to put it all together in a single IDE and make it online based (webapp) with offline capabilities, maybe HTML5 or gears so you can use it no matter the browser or OS you use. Then this IDE connects to all the online tools mentioned before and you just have to write, junit test, run test, make some how-to's and wikis and commit. CodeRun is a good starter.

link|flag
vote up 0 vote down

This is one of the first things which popped into my head when I recently watched the presentations from Google IO, and for Wave in particular. The demonstration of collaborating on the Sudoku app is a good example. The ability to replay conversations was particularly interesting and has obvious uses in developing as a team.

link|flag

Your Answer

Get an OpenID
or
never shown

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