← Back to context

Comment by _bent

1 day ago

iirc Atom was the original Electron project. Eventually VS Code came along and took all the good ideas - the modularity through extensions, and Electron / web based cross platform, but made it really fast and added IDE like language support through LSP. Atom may be dead now, but the idea lives on in VS Code and the new project by the original developers of Atom: Zed

> iirc Atom was the original Electron project.

Indeed (and the names are a clue). More specifically, Electron came out of the ideas in Atom, not the other way around.