GitHub Open Sources Atom, Their Text Editor Based On Chromium
First time accepted submitter aojensen (1503269) writes "GitHub has made good on promises to open source Atom, a programmer's text editor based on Chromium. Atom is released under the MIT license (source repository). GitHub announced the following on their blog: 'Because we spend most of our day in a text editor, the single most important feature we wanted in an editor was extensibility. Atom is built with the same open source technologies used by modern web browsers. ... But more importantly, extending Atom is as simple as writing JavaScript and CSS, two languages used by millions of developers each day.'
Apart from being extensible via HTML, JavaScript, and CSS, Atom also offers out-of-the-box Node.js integration, a modular design with a built-in package manager (apm), and extensive features such as file system browser, themes, project-wide search and replace, panes, snippets, code folding, and more. Launched only 10 weeks ago, Atom seems to have a well-established ecosystem of packages and extensions already." The editor is based on atom-shell, a more general framework for building desktop apps using JavaScript/HTML. Beware: according to the FAQ, by default it sends "usage data" to Google Analytics (which can be disabled at least).
Apart from being extensible via HTML, JavaScript, and CSS, Atom also offers out-of-the-box Node.js integration, a modular design with a built-in package manager (apm), and extensive features such as file system browser, themes, project-wide search and replace, panes, snippets, code folding, and more. Launched only 10 weeks ago, Atom seems to have a well-established ecosystem of packages and extensions already." The editor is based on atom-shell, a more general framework for building desktop apps using JavaScript/HTML. Beware: according to the FAQ, by default it sends "usage data" to Google Analytics (which can be disabled at least).
Maybe it's the past year getting to me, but I'm wary of a text editor that phones home. https://atom.io/faq
Remember back when EMACS stood for Eight Megs and Constantly Swapping. It seemed quite funny to build an OS and language first and then turn it into an editor. With all the jokes about how it's a great OS shame it has no decent editor etc etc.
Well this is just EMACS circa 2014. But instead of elisp we have Javascript. And instead of the emacs-platfrom-which-has-no-name we have a browser.
Anyway, here's a few lines from my top window:
13226 user 20 0 902280 187184 27300 S 0.0 18.3 57:49.63 firefox
26114 user 20 0 35532 8680 4344 S 0.0 0.9 0:12.53 gvim
see the difference?
(but hey it's in a browser so it's officially cloud and webscale and at least web 3.1.0-RC2)
SJW n. One who posts facts.
Reminds me of Emacs; a decent operating system. All it lacks is a good text editor.
As for Dart, it's really just JS rebranded under Google afaik.
The only part of this that's correct is the Google part. Dart is StrongTalk with curly braces. The object model, type system, and core functionality are exactly like StrongTalk, the lead developer on both projects is the same, and the VM is based on the StrongTalk VM (open sourced under a BSD license by Sun).
I am TheRaven on Soylent News
a vi compatible mode?
Hmm currently only available for Mac..
On one hand, smacks of hipsterism. on the other.. as a windows user, now i know how it feels.
Man. And I thought my cubicle was cramped...
Koans and fables for the software engineer
I'm here at work using it right now...anyway, Komodo runs on Linux, Mac, Windows and is based on Mozilla...it has also been free and around for quite a while...extensibility? Yep...
I don't get why everyone reinvents the wheel when they could instead make something that already exists, but is more complete better.
Should be with the users consent though, that a program starts sending data. For games, this consent probably comes with accepting the EULA.
NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
At least the advantage is honestly described: web technologies are familiar to a lot of people, so the environment doesn't pose a high barrier for entry.
If the accent had been instead on being a "web platform", I'd feel compelled to ask how much of it is compatible/portable to other browsers. Chromium and node.js are sure open source but much in control of a single company, did they choose to mess with it, forks would happen but they would be painful. Other projects are sure in control of a single company but they either have already forks like java, mysql, or have a company that is too little to start thinking like the average evil megacorp.
---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
if it runs in a browser, why is it OS X only? someone missed the point.
Why would anyone need this when we have vi/vim?
A lot of the reason behind developing Atom is that Sublime Text has become very popular in the last few years with people wanting something between a text editor and an IDE, however Sublime Text is not open source, has a pretty poor extension API, has basically no documentation at all, and the developer ignores 99.9% of attempts to communicate with him. This situation isn't ideal, hence the development of Atom as an open source alternative - when it gets up to spec I'll probably switch over myself.