this post was submitted on 08 Oct 2023
574 points (89.0% liked)

Programmer Humor

19724 readers
54 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] technom 1 points 1 year ago

There are only 2 people who know VimL well enough - Bram and Tim Pope (OK, now it's 1). It's always better to leave language design to someone else - in the same way aeroplane manufacturers don't care about making their engines too. Languages need dedicated attention - careful design balancing power and intuitiveness, performance tuning of language runtime, documentation etc. That's why neovim's adoption of lua has been a revolution in the development of its plugin ecosystem.