[flagged]
We Have to Start Over: From Atom to Zed
21–30 of 243 posts
Re: We Have to Start Over: From Atom to Zed
#22Re: We Have to Start Over: From Atom to Zed
#23I only have one disagreement with them. . .
> the perfect name for a text editor in Zig is already taken: Zed
No, it’s “Zag”. ;)
Re: We Have to Start Over: From Atom to Zed
#24Re: We Have to Start Over: From Atom to Zed
#25Re: We Have to Start Over: From Atom to Zed
#26Re: We Have to Start Over: From Atom to Zed
#27I tried Zed, and it felt similar to VSCode. I know there are multiplayer features that are better than live share, but on the surface, I needed convincing to switch. I would be more inclined to use Zed if it could displace XCode. It pains me to use it from deleting derived data or cleaning the build folder to random crashes. Contrasting the DX to Android Studio, it's night and day. I always wanted an Android studio-l…
Re: We Have to Start Over: From Atom to Zed
#28Re: We Have to Start Over: From Atom to Zed
#29Had a look at the About page, and the live coding feature does sound useful. I'm sure the guys are excited; it's a fun project. You get to write algorithms, optimise performance, and do GPU programming. But who needs another text editor that will probably never reach feature parity with Vim and a terminal multiplexer.
zed is actually very fast though
Re: We Have to Start Over: From Atom to Zed
#30SIMD I wonder if Zed uses SIMD, to read in text from a file or write out text to the display. Mitchell recently wrote about how he got a massive reduction in latency, by implementing SIMD in his terminal app (which is analogist to an editor) https://mitchellh.com/writing/ghostty-devlog-006 https://hachyderm.io/@mitchellh/111919642467789362