GNU Emacs | Atom | |
---|---|---|
246 | 286 | |
4,410 | 58,803 | |
1.0% | - | |
10.0 | 8.1 | |
about 21 hours ago | almost 2 years ago | |
Emacs Lisp | JavaScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GNU Emacs
-
Python: From Beginners to Pro in 30 Mins (Part 1)
GNU Emacs
-
Arbitrary shell command evaluation in Org Mode (GNU Emacs)
Unexpected evaluation is never a feature, Emacs should at least warn and prompt before executing code in a file that somebody opens.
What's of greater importance here is not this specific security issue, but the default behavior of MIME handling in Emacs which can turn any unexpected evaluation bug (which we are likely to see more of) into remote code execution. We've had a previous Org security issue in exactly the same vein [1] and the Emacs MIME defaults are still unsafe. Of course, one can change them (non-trivial and related documentation is extremely confusing, see [2] for a possible solution) but really Emacs should not come with these defaults.
[1] https://github.com/emacs-mirror/emacs/commit/befa9fcaae29a6c...
-
9 tools, libraries and extensions our developer can't live without (and why)
While Emacs has been around since the 70s. Its extensive library of add-on packages, which allow me to tailor the editor to their specific workflow and needs. Syntax highlighting, code completion, version control integration, and a built-in terminal emulator, making it suitable for me for a variety of programming tasks.
-
Exploring ASTs in Emacs with Tree-sitter
Emacs is a highly extensible, customizable, and powerful text editor primarily used in the field of software development and computer programming. Developed by Richard Stallman and initially released in the 1970s, Emacs has since evolved into a versatile platform offering a wide array of features beyond basic text editing.
-
A Love Letter to Intellectualism
gnu.org - contains everything you need to research his philosophy.
stallman.org - personal website, contains a lot of opinion, but I absolutely respect this man in all what he says.
emacs.org (redirects to https://www.gnu.org/software/emacs/) - his non-philosophical work, one of two mainstream console text editors.
-
The KGB, the Computer and Me – The Cuckoo's Egg Story [video]
Forever, there was a file included in stock Emacs, `spook.el`, which could be hooked up to automatically add random strings of "interesting" keywords to each of your email or Usenet messages (in signatures, or in headers like `X-Spook`).
https://www.gnu.org/software/emacs/manual/html_node/emacs/Ma...
Looks like copyright date of 1988:
https://github.com/emacs-mirror/emacs/blob/master/lisp/play/...
https://github.com/emacs-mirror/emacs/blob/master/etc/spook....
Try `M-x spook RET` in an Emacs buffer.
-
How to combine daily journal with general database of people, places, things, etc.
If you want to spare a couple of detours, you probably could start with Emacs Org-mode according to Greenspun's eleventh rule: "Any sufficiently complicated PIM or note-taking program contains an ad hoc, informally specified, bug-ridden, slow implementation of half of Org mode."
-
Microsoft is exploring adding a command line text editor into Windows, and it wants your feedback
Emacs: winget install GNU.Emacs
-
Using Common Lisp in Emacs
The whole cl-lib thing is a total disaster:
https://github.com/emacs-mirror/emacs/blob/master/lisp/emacs...
They added cl- as a prefix to each Common Lisp symbol.
FIRST is now called cl-first, CAAAR is now cl-caaar .
I would really prefer if GNU Emacs removes all Common Lisp functionality, instead of creating this really wacky stuff, with discussions about this topic every year.
-
Running SQL Queries on Org Tables
Never too late to try! Take your time. Emacs will outlive us all. https://www.gnu.org/software/emacs/
Atom
-
Show HN: Void, an open-source Cursor/GitHub Copilot alternative
> All of the code is OOP-based, and they mount DOM nodes the old-school way (which is what React was supposed to solve..)
I don't know about VS Code, but I remember Atom was refactored to use manual DOM updates because the performance penalty of using React wasn't worth it.[1] By the way, isn't OOP by far the most popular paradigm for building desktop UIs? I imagine VS Code is a difficult codebase to work with that has a lot of intricate code (as is usually the case with large software projects), but that's a strange piece of criticism :-)
1. https://github.com/atom/atom/pull/5624
-
An emoji guide for your commit messages
Atom used to recommend this: https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git...
-
Is downloading vs code okay in this case ?
For JavaScript, HTML, and CSS, Visual Studio Code is the best solution because it already runs on the Electron framework. So, try VSCode. Don't worry; your device won't be harmed. If its performance was unbearable, you can always put it aside. You can also try Atom. It is outdated, but it could be answer to your need.
-
I am having an issue
you can still get atom from it github page: https://github.com/atom/atom/releases/tag/v1.60.0
- Dev environment for scripting?
-
Ask HN: Design of Emacs type extensible editor based on electron?
I'm surprised that nobody here mentioned Atom [1]. IIUC, Atom was designed to be hackable like Emacs.
A successor to Atom is Pulsar [2].
[1] https://github.com/atom/atom
[2] https://pulsar-edit.dev/
-
App LIST!!!
atom (RIP buddy! Free) Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favourite editors. We designed it to be deeply customizable, but still approachable using the default configuration
- I started a course by Dr Angela Yu and one of the CSS courses tell me to download Atom.io. However, there is no way to download it anymore. I'm going crazy, can someone please help??
-
Code Editor from scratch ?
Hey everyone, I'm developing an open source text editor called Valence. I'm just getting started with its development and the next and main thing I need to implement is the editor itself. Now I know there are many different code editors like CodeMirror, Ace.js and Monaco but I want to start from scratch and build something like Atom had done. Currently I created a contenteditable div and also added a custom cursor. BTW I'm using React, TailwindCSS and TypeScript. Here is the component
-
I've been using Atom to edit code, and then this popped up today. Anybody know the story behind this? (using a Macbook with BigSure OS installed)
These versions of Atom will stop working on February 2 [2023]. To keep using Atom, users will need to download a previous Atom version.
What are some alternatives?
Visual Studio Code - Visual Studio Code
Geany - A fast and lightweight IDE
spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
uemacs - Random version of microemacs with my private modificatons
Spyder - Official repository for Spyder - The Scientific Python Development Environment
org-roam-ui - A graphical frontend for exploring your org-roam Zettelkasten
notepad-plus-plus - Notepad++ official repository