Created
July 27, 2012 13:26
-
-
Save adolfont/3188059 to your computer and use it in GitHub Desktop.
Clojure Test 27.07.2012
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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