I tried the following in the REPL : ``` Give me some Clojure: > (defrecord Person [fname lname address]) java.lang.ClassNotFoundException: clojure.core.Person ```