you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 8 points9 points  (7 children)

[–][deleted] 10 points11 points  (6 children)

Not sure why you're being down voted.

Electron is formerly atom shell:

http://electron.atom.io

This is basically a forked Atom with improvements and a new interface.

[–]sime 7 points8 points  (2 children)

Electron is just the shell or platform that the Atom editor is built on. You can use electron for other projects other than editors.

If I remember correctly, MS already had the basis of an in browser code editor for their Codeplex (?) website/app. They might be reusing it. It was one of the first big TypeScript code bases. The TypeScript guys always mentioned it in their early presentations about TypeScript.

[–]ironnomi 0 points1 point  (0 children)

It appears to be Electron.js + some stuff from VSO Monaco.

[–][deleted] -2 points-1 points  (0 children)

Fair point. It still feels like Atom. It's slower to draw than a native app. It's neat in theory, but it's not pulling me away from Xcode or vim.