Skip to content

Instantly share code, notes, and snippets.

@adolfont
Created July 27, 2012 13:26
Show Gist options
  • Save adolfont/3188059 to your computer and use it in GitHub Desktop.
Save adolfont/3188059 to your computer and use it in GitHub Desktop.
Clojure Test 27.07.2012
(defrecord Runner [name distance info url])
(def joaquim-cruz
(->Runner
"Joaquim Cruz"
"800m"
"Brazilian Olympic gold medalist"
"http://en.wikipedia.org/wiki/Joaquim_Cruz"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment