Hacker News new | ask | show | jobs
by YeGoblynQueenne 2739 days ago
Vim.

Vim's command-line is more alien to the last 4 or 5 gui-bred younger generations of programmers. Learning to master it is therefore more of a badge of hounour, and for that, more sought-after, than learning to master Emacs.

Personally, I'd rather have Vim, but with Emacs-Lisp as a scripting language. That would rock.:x

3 comments

> Personally, I'd rather have Vim, but with Emacs-Lisp as a scripting language

Vim does have a scheme language binding such that vimscript can call an embedded script written in scheme, and that scheme script can interface with vim. This is also the case for other languages like perl, python, ruby, tcl, and several other languages.

> Personally, I'd rather have Vim, but with Emacs-Lisp as a scripting language. That would rock.:x

Spacemacs sounds like it’d fit your needs to a T. Or doom-emacs.

Those are Emacs configs and I do prefer vim, just with a different scripting language - but, thanks :)
Look into Evil.
That sounds like a good idea, in general- thank you.