this post was submitted on 01 Aug 2023
2 points (66.7% liked)
Hacker News
4123 readers
2 users here now
This community serves to share top posts on Hacker News with the wider fediverse.
Rules
0. Keep it legal
- Keep it civil and SFW
- Keep it safe for members of marginalised groups
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I love emacs. I'm using it every day. But using emacs as a wnidow manager (exwm), browser (eww), or main shell is a crazy idea. The answer is very simple: emacs is single threading and elisp interpreter has own implementation of the tool like Python GIL that protects its own inner state. It is not a problem when you use it as a text editor. But imagine the situation when the process or web page was frozen? It freeze the whole system and only reboot can help.