Skip to content

Instantly share code, notes, and snippets.

@halgari
Created October 12, 2012 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgari/3879284 to your computer and use it in GitHub Desktop.
Save halgari/3879284 to your computer and use it in GitHub Desktop.
Rube Goldberg Dates
user=> (let [r (range 10 13 2)]
(apply str (interpose "/"
(take 3 (concat r (reverse r))))))
"10/12/12"
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment