Hacker News new | ask | show | jobs
by wolpoli 1422 days ago
Growing up with Windows GUI, I too found many concepts in Emacs are just too different and "old-school".

I wonder if there is an opportunity for a modern, open-source, extendable, programmable text editing environment that uses CUA, Tabs instead of Buffers, and Javascript instead of LISP. Or if it's already too late because VS Code has already taken over the modern, open-source, and extendable parts already?

1 comments

VS code is corporate embrace and extend open source. Note how they intentionally cripple the truly free builds. That said, VS Code has done great good too. The LSP is a wonderful step forward for all editors.

Edit: incidentally I think there’s a GNU Emacs fork that has some kind of JavaScript binding.