Slashdot Mirror


Github Rolls Out New Text Editor Atom

hypnosec writes "Github has introduced Atom, its new 'web native' code editor which has been in development for more than six years. Atom is available as a part of an invite-only beta program. GitHub describes Atom as an attempt to create an editor 'that will be welcoming to an elementary school student on their first day learning to code, but also a tool they won't outgrow as they develop into seasoned hackers.'" You can request an invite on atom.io. The source to supporting libraries has already been released, but it looks like Atom itself might not be released (although it is a "specialized variant of Chromium designed to be a text editor rather than a web browser."). The editor is extensible in Javascript instead of "special-purpose scripting languages" like Emacs and VIM (is Javascript really any less messy than Emacs-Lisp though?). A preliminary user guide and customization guide are available to all.

3 of 82 comments (clear)

  1. Blah. by DeTech · · Score: 3, Funny

    Nano is still a fav of mine.

    1. Re:Blah. by Barefoot+Monkey · · Score: 3, Funny

      However, the first text editor I learned to use on Linux has changed my perspective somewhat. We all know which one it is most likely to be.

      ed?

  2. "Special purpose" by Volguus+Zildrohar · · Score: 3, Funny

    On the other end of the spectrum, Emacs and Vim offer extreme flexibility, but they [...] can only be customized with special-purpose scripting languages.

    So, what, Python is a special-purpose scripting language now? What special purpose might that be? Pissing off whitespace fanatics? Confounding Javscript programmers with sensible behaviour?

    --
    When confronted with one problem, some think "I'll use recursion". Now they are confronted with one problem.