Hacker News new | ask | show | jobs
by fithisux 1456 days ago
I never understood why use custom scripting and not one from the many already existing implementations.
1 comments

Vim script has a long history and initially it emerged from vi commands. It is intended to talk to Vim internals, so any other language will always look and feel alien in this regard. I hope Vim script will continue evolving, albeit breaking backward compatibility.