So, what editor would you like to edit your .vimrc in? There's an Emacs package for that! https://github.com/mcandre/vimrc-mode (It's not even April 1st!)
miniblog.
Related Posts
Entertaining Stack Overflow discussion (from April 1st) of .png source code input to a C++ compiler: https://stackoverflow.com/questions/5508110/why-is-this-program-erroneously-rejected-by-three-c-compilers
I'm slightly horrified that you could accept .png source code and still be a standards compliant compiler!
Swym ("say what you mean") is a cute programming language with an 'etc' keyword and the compiler figures out the rest. E.g.
https://list.total/: .1st + .2nd + etc;
[1..10].total;
Fascinating history of nodeJS's module system: https://github.com/nodejs/node-v0.x-archive/issues/5132#issuecomment-15432598 -- particularly interesting comments on APIs not right the 1st time.