To the debate on whether there should be examples early in the text,
here are my two cents:
When I click on something called "Learning [programming language]" I
like to see a representative example of the syntax early on. If
there's just text as far as the eye can see (that is, the first
Thanks for Gorilla. I am using it with MacVim. One (or :bug :pebkac)
report...
I put plugin/gorilla.vim in /Applications/MacVim.app/Contents/
Resources/vim/runtime/plugin/ and it seems to be loaded when MacVim
starts. But the keybindings are not set up. \sr doesn't do anything
(well, the '
Yesterday I need a similar function (interleave, but don't stop when
the shortest seq ends), so I wrote it. I subsequently refactored the
program and didn't need it anymore, but here it is anyway. It could
probably be written more succinctly, but I followed the implementation
of core/interleave