Where are the solutions? That's the fun thing about Perl golf is seeing how people did it in X characters. Without solutions...well, I don't see the point.
I'm logging the solutions, but in real MVP fashion... not showing them just yet. Need to bootstrap a vimscript parser first. If anyone is up for it, would love some help with the client/parser: https://github.com/igrigorik/vimgolf
VimGolf.com - real Vim ninjas count every keystroke
11–20 of 86 posts
Re: VimGolf.com - real Vim ninjas count every keystroke
#12Edit: Still a very cool project though
Re: VimGolf.com - real Vim ninjas count every keystroke
#13Re: VimGolf.com - real Vim ninjas count every keystroke
#14Lets see, for the simple text editing: qa/vim yypjddq@a@a so 18.
16 :P
Re: VimGolf.com - real Vim ninjas count every keystroke
#15Re: VimGolf.com - real Vim ninjas count every keystroke
#16Re: VimGolf.com - real Vim ninjas count every keystroke
#17Lets see, for the simple text editing: qa/vim yypjddq@a@a so 18.
Or one, mapping space to @q is convenient :)
Re: VimGolf.com - real Vim ninjas count every keystroke
#18Re: VimGolf.com - real Vim ninjas count every keystroke
#19Ugh.. wanted to play with it, but after three years, there still isn't a simple way to get Ruby and Gems working nicely with modern Ruby apps on OSX. Searching for ways to update show a variety of hacks, each uglier than the last. Of course, I could always build it from source.. ::sigh::
Not sure what you mean, as the vast majority of Ruby developers I know use OS X. Ruby works out of the box on Snow Leopard. Or try Homebrew. Or RVM.
Well, I just discovered that I had two different conflicting gem home dirs. was able to set GEM_HOME and do "gem cleanup" and things seem to be a bit better now. Yay!