Atom vs. GNU Emacs

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Atom
Score 8.3 out of 10
N/A
Atom is a free and open source text editor offering a range of packages and themes.N/A
GNU Emacs
Score 9.0 out of 10
N/A
GNU Emacs is described as a free extensible and customizable text editor for the Lisp programming language.N/A
Pricing
AtomGNU Emacs
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
AtomGNU Emacs
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
AtomGNU Emacs
Considered Both Products
Atom
Chose Atom
For the cost, there isn't another text editor or IDE that has more features, more supports, and better integration with packages than Atom. It may take a bit to get used to it, but once familiar, it's very efficient and feature-packed. I find that developers who put in the time …
Chose Atom
Not listed is Vim, which is another free-form editor that is in the same product category. Vim and Emacs are both supported on more platforms and with lower systems requirements and similar versatility, but don't offer the ease of use (both being primarily keyboard-only …
Chose Atom
I like Atom because it is simple and not too complicated. Configurable, full-featured, yet remains nimble. You can not beat the cost of Open Source, so this leaves software like BBEdit out in the cold. Atom is not as hardcore as Vim or Emacs. Less complicated than full IDEs …
GNU Emacs

No answer on this topic

Top Pros
Top Cons
Best Alternatives
AtomGNU Emacs
Small Businesses
BBEdit
BBEdit
Score 8.2 out of 10
BBEdit
BBEdit
Score 8.2 out of 10
Medium-sized Companies
Vim
Vim
Score 9.7 out of 10
Vim
Vim
Score 9.7 out of 10
Enterprises
Vim
Vim
Score 9.7 out of 10
Vim
Vim
Score 9.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AtomGNU Emacs
Likelihood to Recommend
7.2
(31 ratings)
8.2
(4 ratings)
Likelihood to Renew
10.0
(1 ratings)
-
(0 ratings)
Usability
9.0
(2 ratings)
-
(0 ratings)
Support Rating
8.6
(13 ratings)
8.2
(2 ratings)
Implementation Rating
10.0
(1 ratings)
-
(0 ratings)
User Testimonials
AtomGNU Emacs
Likelihood to Recommend
Open Source
Atom is great for simple HTML coding. It's fast, has intuitive shortcuts and several options. I particularly love the "convert spaces to tabs" function that I haven't seen in other editors.
I'm not sure how it would fair in more serious web development today, if there are plugins for live updates of the page you are working on...
But the problem is that it has been discontinued so you know there are no new features or fixes coming through.
Read full review
Open Source
Emacs is best utilized on a Unix system where it can be easily installed and accessed. It allows for quick editing of files on a system whether you are accessing it locally through the console or remotely via an ssh connection. Once users familiarize themselves with the Emacs shortcuts, it becomes a pretty efficient text manipulation program. On a standard Windows computer, it is less likely to use Emacs for code editing, especially if you have a local repository on your host machine.
Read full review
Pros
Open Source
  • Atom is highly customizable and allows for various themes and extensions that can make your code easier to read.
  • Atom has many code hinting features that allow users to write faster and integrate with services likeLINT that can clean up your code once your done to meet your internal teams style choices.
  • It's very fast and manages projects well - Accessing other files within a related folder(s) is very easy and intuitive.
  • It's free!
Read full review
Open Source
  • GNU Emacs is a text editor that can do almost anything that you want to do with it. It is fairly easy to extend the functionality using Emacs Lisp with a large library available.
  • It can be easily customized using themes as well as custom code to change the look and feel as well as how everything works.
Read full review
Cons
Open Source
  • There should be a better user tips manual page to learn keyboard shortcuts
  • It would also be beneficial if mathematical and data analytic tools were added
  • it has quite high start-up timing when you open large projects to work on it
  • Sometimes, atom closed suddenly and do not open again
  • It still lacks better options with the previews even though there are already some by users adding plugins
  • It doesn't have self-correct features for lint errors, unlike IntelliJ
Read full review
Open Source
  • Emacs is old, so it's a little crufty and not too easy to pick up and start using. There is a community package called Spacemacs that simplifies a lot of things that you do with Emacs. It is probably better suited to beginners.
  • Sometimes, the choices that were made to integrate certain functionality change the basic models for that functionality. This is seen primarily in the version control system support, where multiple version control systems are supported and "unified" to a standard Emacs-y way of doing things. This can be confusing to the new user not familiar with the Emacs way.
  • Emacs has, as its foundation, a lisp interpreter. This means that the extension language for Emacs is emacs-lisp. Some people find lisp hard to understand and have difficulties writing Emacs extension code, or understanding existing code.
Read full review
Likelihood to Renew
Open Source
Well Atom is open source so the re-new is a no brainer. The only way I would stop using Atom is if the developers somehow made it not function well. Or, if the project got forked to a commercial version or something. Or, there could be the case that development stops or that it was not updated on this or that platform
Read full review
Open Source
No answers on this topic
Usability
Open Source
I give Atom a 9 because it is one of the most modern text editors built with JavaScript intentionally to allow the editor to be changed and modified with custom functionality that a team may need. I think I would otherwise give atom an 8 due to support, but it gets a 9/10 because of the extensibility/plugin capability.
Read full review
Open Source
No answers on this topic
Support Rating
Open Source
Atom has an active forum and a Slack group where you can ask technical questions. Occasionally, the authors will pop in to answer a few questions here and there, but most of the time, its other helpful users who will assist you. Though they aren't the most knowledgeable, they are at least timely.
As for plugin support, that differs with each plugin, but as I mentioned before, many plugins are no longer maintained.
Read full review
Open Source
Everything that you need to know about Emacs can be found on the internet. There are many Emacs "cheat sheets" that list out all of the shortcuts for Emacs. There are videos on how to use Emacs. Emacs is easily installed using the standard Linux package managers and can also be easily updated through them as well. There are tutorials on how to customize Emacs to your liking.
Read full review
Implementation Rating
Open Source
Just download and install
Read full review
Open Source
No answers on this topic
Alternatives Considered
Open Source
Our company likes to keep things open, and we don't want to prevent developers from customizing their environment the way they want. Atom seemed to be a lot more open than our existing tools and has good community support on pretty much any programming language. This can create some confusion since adding too many extensions or customizing can make the tool slower than it is supposed to be.
Read full review
Open Source
Of course, Vim is a good contender for comparison as well, so I'll include it. I find Emacs much easier to learn, which will help speed up productivity for newer users. It seems much faster than VIM and VSCode, especially under load. It's highly highly customizable, in ways other editors don't stack up against. Its lack of bloat also is a nice addition to a great product.
Read full review
Return on Investment
Open Source
  • The tool we use when we need quick fixes. Allows fast, reliable scripting to fix urgent problems in our applications.
  • When applications grow from 5-10 files to 100's, they need to be migrated to a heavier-duty IDE. This can be cumbersome and quite annoying, but is necessary to maintain code integrity on such a large scale (since it cannot be done with the limited default toolset of Atom).
Read full review
Open Source
  • Emacs is free software, there is no cost at all.
  • It has helped tremendously in situations where many, or large, log files need to be searched.
Read full review
ScreenShots