Earlier quoted context omitted.
What else is there apart from an editor and a lispy config language? I always thought of emacs as that, i.e. an editor that is extensible and dev friendly (in contrast to vimscript). I don’t know much about emacs though, so this got me curious.
Well the famous joke is "Emacs is an OS that lacks a decent text editor." (Yes Evil mode exists) Emacs can do basically anything you write an extension for it to do. It can be your calendar, your email client, your rss reader or even your git gui on top of being an editor. Emacs can do so much that it's daunting to start using.
Vim can do all of those things.