> Clojure does not allow you to define your own reader macros
Yeah, the reader macros on that wikibooks page are built into the language. The best the Clojure offers are tagged literals[1] but these run after the code is read (so they're not reader macros).
Yeah, the reader macros on that wikibooks page are built into the language. The best the Clojure offers are tagged literals[1] but these run after the code is read (so they're not reader macros).
[1] http://clojure.org/reader?responseToken=08f63df34820f8da967f...