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.

Rules0. Keep it legal

  1. Keep it civil and SFW
  2. Keep it safe for members of marginalised groups

founded 2 years ago
MODERATORS
 

There is a discussion on Hacker News, but feel free to comment here as well.

top 1 comments
sorted by: hot top controversial new old
[–] sem@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

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.