Live data from Hacker News

From Vim to Emacs in fourteen days (2015)

blog.aaronbieber.com

181–182 of 182 posts

Re: From Vim to Emacs in fourteen days (2015)

#181

Earlier quoted context omitted.

Fwiw Spacemacs is another good combination of the two, similar to evil mode. https://www.spacemacs.org/

Doom too https://github.com/hlissner/doom-emacs

Thank you. Went down a small rabbit hole reading about Doom & Spacemacs and am pretty sure I'll pull the trigger, to get org mode and magit.

Re: From Vim to Emacs in fourteen days (2015)

#182

Earlier quoted context omitted.

I think the thing is that pylance is a python LSP. And it's proprietary. So they embraced python LSP, extends it so that the additions are proprietary. And pylance might become the defacto python LSP. Typical EEE. Python is hugely popular, it's everywhere - so even if one hates it, might end up having to use it. Also the remote extensions are proprietary [1]. This has been discussed on HN before. [1] https://github.c…

> So they embraced python LSP They did not embrace LSP. They invented it. LSP came from MS. > And pylance might become the defacto python LSP. Nothing is preventing someone from creating another python LSP that will work with the LSP tools. MS is not unique in this. Jetbrains makes proprietary products that are well embraced by the Python community.

> They did not embrace LSP. They invented it. LSP came from MS.

I don't think this changes the issue: EEE became CEE (Create, Extend, Extinguish).

Post reply on HN