Earlier quoted context omitted.
It's also open source, so maybe we'll see some creative hacking to the core.
Look downthread, the core is not open source.
Atom
281–290 of 662 posts
Re: Atom
#282Would love to see some innovation on the Ruby editor front.
Re: Atom
#283I was all ready to be skeptical and everything... but this could actually be amazing. I currently use Chocolat for code editing, which is beautifully elegant and I love it, but there are 25 little tiny things that I really wish I could fix. I file issues, but the developers rightly have their own priorities. It's closed-source, but even if it were open source, I'm not about to learn how to use XCode and Objective C a…
Re: Atom
#284Apparently this was almost 6 years in the making. https://twitter.com/defunkt/status/438791340222971904
I wonder how long Atom has been usable. Chris stopped updating his Emacs packages in 2012.[1][2] [1] https://github.com/defunkt/coffee-mode/commits/master?page=7 [2] https://github.com/defunkt/textmate.el/commits/master
Re: Atom
#285Earlier quoted context omitted.
A good VIM keybinding plugin is a must for me as well. The one available for LightTable, for instance, simply wasn't sufficient IMO. I can't specifically remember what it lacked, but it was enough to throw me off. Vintage mode in ST2/3 isn't perfect, but it's pretty solid. Atom looks interesting. I really look forward to trying it out.
Agreed. Nothing beats evil-mode in Emacs, as far as I'm concerned. That's a model for other vim emulation layers to follow IMO.
I'll have to try that out again
Re: Atom
#286Re: Atom
#287Re: Atom
#288I've just had play around with the beta. It looks like it's using a version of CodeMirror 4 (as it has multiple ranges). Fairly fast but it doesn't match Sublime Text just yet Initial impressions: it's early days but this thing is just oozing for customisation. The fact it's written in JS means writing packages is pretty simple compared to Python for ST; we're going to see TONNES of addons for it. I can already think…
> Initial impressions: it's early days but this thing is just oozing for customisation. The fact it's written in JS means writing packages is pretty simple compared to Python for ST; we're going to see TONNES of addons for it. I can already think of 2-3 I'd like to build. This isn't why it's going to be popular for plugin development though. Sublime plugins are Python, which isn't that hard to learn. Atom's plugins a…
Agreed, but Javascript has many more developers who know JS over Python. From my initial glance at the docs the learning curve for package development isn't too steep either.
Re: Atom
#289A common thread or line of argument that I find when reading about new editors is their out-of-the-box ease of use compared to Emacs and Vim. For example, a quote from the Atom blog: >Sublime and TextMate offer convenience but only limited extensibility. On the other end of the spectrum, Emacs and Vim offer extreme flexibility, but they aren't very approachable and can only be customized with special-purpose scriptin…
There is no reason why "editing plain text" should be anything other than immediately intuitive. Advanced, time-saving features, like multi-cursors or regexp-based find-and-replace, can and should be progressively revealed through normal use of the software. This ludditic reverence for user-hostile text editors is one of the more perplexing and frustrating things about our industry.
Re: Atom
#290The performance of a webapp with the accessibility of a desktop app. Not to mention that it's closed source. This is a tremendous step backwards.
Looking at the implementation of the open sourced packages is discouraging as well. It looks like they are using a Backbone inspired jQuery infested nightmare of clientside MVC.
Maybe my bitterness comes from the fact that I've already been down that road and it leads to a bad place.
Here's an editor that has deep Github integration, runs in the browser, and self hosts: http://www.danielx.net/editor
Maybe I just live too far in the future.