Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 53eb4ac3f690b50002f871b6

Lisp Condense

Reduce 4 cons selection operations down to one function call.

Start file
(print (car (car (cdr (car list)))))
End file
(print (caadar list))

View Diff

1c1
< (print (car (car (cdr (car list)))))
---
> (print (caadar list))

Solutions by @Ronamo:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @f4uLT

158 active golfers, 460 entries

Solutions by @Ronamo:
13
#29 - Jaron R. Hendrix / @Ronamo

09/05/2014 at 05:41PM

14
#>71 - Jaron R. Hendrix / @Ronamo

09/05/2014 at 05:40PM

16
#>113 - Jaron R. Hendrix / @Ronamo

09/05/2014 at 05:39PM

17
#>126 - Jaron R. Hendrix / @Ronamo

08/19/2014 at 08:45PM

19
#>147 - Jaron R. Hendrix / @Ronamo

08/19/2014 at 08:43PM

25
#>157 - Jaron R. Hendrix / @Ronamo

08/19/2014 at 08:43PM

35
#>158 - Jaron R. Hendrix / @Ronamo

08/19/2014 at 08:40PM