Earlier quoted context omitted.
What are the current plans about Coffeescript? I just looked at the code on Github, it says 85% Javascript, 12% Coffeescript. Is the plan to port the 12% to JS6? (and hopefully not Typescript) Great work with Atom editor. I successfully conviced my friends to move from VSC to Atom on macOS.
Thanks! Yeah all of the CoffeeScript in atom/atom should be gone in a few months probably. We use plain JS now. It'll probably take a while before there's no more CoffeeScript in the entire Atom org . We're gradually converting the code to JS as we come upon it for other reasons.
Code together in real time with Teletype for Atom
81–90 of 230 posts
Re: Code together in real time with Teletype for Atom
#82Earlier quoted context omitted.
Microsoft is not known for finesse in their marketing tactics. Just had a déjà vu with Microsoft's NetPC, announced just after Sun Microsystem's Network Computers. That said, I do like VS Code very much. Gave Atom a try, but it felt sluggish and its add-ons were very fragile.
VS Code is certainly neat, but with the rush to cram everything into it, it's starting to feel more like emacs than vi.
Re: Code together in real time with Teletype for Atom
#83Really gave atom a hard try. Back to notepad after a few months. The add-ons are the only advantage, but are grossly overshadowed by the resource consumption this behemoth requires.
Startup time on windows was rough, meaning I had to remove it as a default editor almost immediately for most filetypes. Worse off, opening large files would grind Atom to a halt and usually lock the editor up.
Beyond the performance, I thought it was a great text editor. The problem is I just have no use for a slow-to-start editor when I can just DL vscode and get the same features with considerably better performance.
Re: Code together in real time with Teletype for Atom
#84Re: Code together in real time with Teletype for Atom
#85Earlier quoted context omitted.
Why am I expected to have a workstation-class laptop to run my text editor?
You really aren't. Atom runs fine on a Macbook Air. There are definitely performance issues, but we're addressing them; it's just that our team is small and our initial goal at launch was to produce the most hackable text editor possible.
Re: Code together in real time with Teletype for Atom
#86Is it only a coincidence that real-time collaboration is being announced both for Atom and VS Code ( https://news.ycombinator.com/item?id=15704376 ) at the same time?
Wouldn't it be nice for VS Live Share and Teletype to be compatible on protocol-level?
Re: Code together in real time with Teletype for Atom
#87Re: Code together in real time with Teletype for Atom
#88Earlier quoted context omitted.
What's wrong with Typescript? Also, why does it matter to you? Genuinely curious.
Curious, Why does it matter to you? On the Atom.io website https://atom.io/ it reads "A hackable text editor for the 21st Century". Well I can code in JavaScript 5 and 6. I love love it when a project sticks to web standard, and not have to worry about slangs I don't care about. > Typescript is great at catching bugs The same with JavaScript. Google Closure compiler and anyway most IDEs "understand" JavaScript too an…
Re: Code together in real time with Teletype for Atom
#89Re: Code together in real time with Teletype for Atom
#90Earlier quoted context omitted.
The fact that VS Code's version isn't ready yet, and Atom's is makes me think that Microsoft wanted to respond to Atom's announcement. But I honestly have no idea if that's the case. Just pure speculation. Edit: Atom's announcement was yesterday. Microsoft's was today. That further fuels my speculative hunch. :)
Microsoft employee here. Today is also the Connect conference. My colleagues who worked on live share knew all along that Connect is their deadline. Which makes me curious, does Github know what Microsoft is going to announce at their conference, or did Microsoft knew what Github is building?