Adobe donated $5000 to JS-Git
bountysource.com
Adobe donated $5000 to JS-Git
1–10 of 12 posts
Re: Adobe donated $5000 to JS-Git
#2I spent a lot of time working on JGit: http://eclipse.org/jgit/
This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
Re: Adobe donated $5000 to JS-Git
#3Re: Adobe donated $5000 to JS-Git
#4Good on Adobe... but what does this get them? I spent a lot of time working on JGit: http://eclipse.org/jgit/ This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
Re: Adobe donated $5000 to JS-Git
#5Good on Adobe... but what does this get them? I spent a lot of time working on JGit: http://eclipse.org/jgit/ This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
Re: Adobe donated $5000 to JS-Git
#6Good on Adobe... but what does this get them? I spent a lot of time working on JGit: http://eclipse.org/jgit/ This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
They're betting the dev tools farm on Brackets, an open-source editor written in JS. To enable it to run on ChromeOS, FirefoxOS, or iOS, they need to have a better cloud filesystem story. Since git is the de facto format for sharing code across machines, they want to integrate git into Brackets. Then, you'd be able to write code on a device that doesn't have a traditional filesystem, locally caching changed resources…
Re: Adobe donated $5000 to JS-Git
#7Good on Adobe... but what does this get them? I spent a lot of time working on JGit: http://eclipse.org/jgit/ This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
They're betting the dev tools farm on Brackets, an open-source editor written in JS. To enable it to run on ChromeOS, FirefoxOS, or iOS, they need to have a better cloud filesystem story. Since git is the de facto format for sharing code across machines, they want to integrate git into Brackets. Then, you'd be able to write code on a device that doesn't have a traditional filesystem, locally caching changed resources…
Re: Adobe donated $5000 to JS-Git
#8Re: Adobe donated $5000 to JS-Git
#9I think using emscripten + some customization of the code is much more efficient than doing this port AND you don't have problems with incompatibilities. But why do you want to run git in your web browser in the first place?
Re: Adobe donated $5000 to JS-Git
#10Good on Adobe... but what does this get them? I spent a lot of time working on JGit: http://eclipse.org/jgit/ This is going to take folks a long time to do in pure JS... before even work has to be done to tweak performance... the great thing about JGit is that it's under EDL (BSD) so JS-Git should be able to steal some ideas
They're betting the dev tools farm on Brackets, an open-source editor written in JS. To enable it to run on ChromeOS, FirefoxOS, or iOS, they need to have a better cloud filesystem story. Since git is the de facto format for sharing code across machines, they want to integrate git into Brackets. Then, you'd be able to write code on a device that doesn't have a traditional filesystem, locally caching changed resources…
It shows a lot of promise. Coming from someone who basically despises adobe this platform has given them an ounce of respect from me. Very interesting ideas, a web 2.0 take on ides in general and aims at being a go to for all those engineers turned web developer. Im not sure if it was their idea or they copied it but cross file editing of css styles inline is especially cool. As is the fact that you can hack on the source during runtime.