Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
Integrated Development Environment (IDE) from the makers of Atom. It is written in rust.
Oh man I LOVED Atom. Giving this new one a test drive now :)
I just mean that I liked the work that the devs did on Atom, which makes me want to try this one out too
Thanks. I briefly used Atom (on Win) but stopped as it was terribly slow to startup.
What is the software license for Zed? It’s Github page isn’t clear.
The code for Zed itself is available under a copyleft license to ensure any improvements will benefit the entire community (GPL for the editor, AGPL for server-side components). GPUI, the UI framework that powers Zed, is distributed under the Apache 2 license, so that you can use it to build high-performance desktop applications and distribute them under any license you choose. https://zed.dev/blog/zed-is-now-open-source>
New Editor, by Atom Devs, Rust
Editor, Atom, Rust
You are right, stand corrected.
This distinction is not as meaningful as it used to be before LSPs; there’s little a PyCharm IDE can do that you can’t do in VS Code editor for example.