Re: Learning Clojure

2008-12-11 Thread Alex Burka
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

Gorilla: key combinations

2008-12-15 Thread Alex Burka
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 '

Re: positions

2009-11-19 Thread Alex Burka
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