This week I was introduced to a new text editor. While it is not a command line text editor, or even a Linux-only text editor, it does fit pretty well into the current line-of-thought.
Atom is a GitHub project described as a “hackable text editor for the 21st century”. It is designed to be deeply customizable, but still approachable, using the default configuration. Atom can be run on OS X, Windows, and Linux.
For anyone who does not already know, GitHub is a web-based repository hosting service for Git, which is a version-control and management software for source code. Github is used primarily to host open-source software projects. It’s a popular social network for developers, programmers, and even end-users.
Atom provides support for over 25 web/programming languages, such as HTML, CSS, Javascript, PHP, Python, Perl, MySQL, C, Ruby, and Java, to name a few.
Read More