Skip to content

Instantly share code, notes, and snippets.

@rockBreaker
Created July 7, 2014 14:26
Show Gist options
  • Save rockBreaker/813085b1439e6b007408 to your computer and use it in GitHub Desktop.
Save rockBreaker/813085b1439e6b007408 to your computer and use it in GitHub Desktop.
scratchpad of shizzle
(comp first reverse) ; sick function get last
(comp second reverse) ;secondary sick function get second last
(defn my-fun [col] (nth col (- (count col) 2)))
(= (my-fun (list 1 2 3 4 5)) 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment