Hacker News new | ask | show | jobs
by xtho 5662 days ago
IMHO the use of an embedded interpreter really only pays off for plugins that perform a more or less complex task like parsing or something that requires functionality that VimL doesn't provide like internet access or interprocess communication etc. For simpler tasks, I'd suggest to stick with VimL.