Google Wave as code repository and IDE?
Posted
by dehmann
on Stack Overflow
See other posts from Stack Overflow
or by dehmann
Published on 2009-11-21T17:02:37Z
Indexed on
2010/03/29
2:53 UTC
Read the original article
Hit count: 429
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?
© Stack Overflow or respective owner