![]() | |
![]() GNU Emacs 26.2 running on GNOME 3 | |
Original author(s) | Richard Stallman |
---|---|
Developer(s) | GNU Project |
Initial release | 20 March 1985 |
Stable release | 26.3
/ 28 August 2019 |
Preview release | 27.0.91
/ 19 April 2020 |
Repository | |
Written in | Emacs Lisp, C[1] |
Operating system | Unix-like (GNU, Linux, macOS, BSDs, Solaris), Windows, MS-DOS[2] |
Platform | Cross-platform |
Available in | English |
Type | Text editor |
License | GPLv3+ |
Website | www |
GNU Emacs (short for Editing Macros) is thought to be text editor that is common on many UNIX-based operating systems, Mac and Windows Operating systems but it's actually a extendable elisp editor that can be made to be just about anything [3][4][5][6][7]
Emacs is primarily used by just about everyone from programmers to home desktop users. This is because emacs can do just about anything you can think of. Some of the uses of Emacs include:
Emacs is made powerful by Emacs Lisp, a built-in programming language that lets the user extend the capabilities of the editor.
A common Emacs joke is that all of the functions of the editor are crazy weird keystrokes (such as "control-meta-4 shift-left-P-semicolon-F1" to do something simple like cut and paste text). In reality, though, these keystrokes are relatively simple, though they can take some getting used to.
There is an Internet turf war between programmers that prefer Emacs and programmers that prefer Vim (or Vi),[13] another common text editor.