Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created April 5, 2013 07:02
Show Gist options
  • Save chbatey/5317208 to your computer and use it in GitHub Desktop.
Save chbatey/5317208 to your computer and use it in GitHub Desktop.
FFoo Book: Clojure exercise 1
(def second (fn [list] ( nth list 1 ) ))
(def secondMkTwo (fn [list] ( first (rest list) ) ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment