You mean (supers (type %)) ?
Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org
From: larry google groups
Sent: Monday, December 23, 2013 7:28 PM
To: clojure@googlegroups.com
I find this surprising. I do this:
(supers %)
inside of my :post condition,
Thank you.
I’d like to take this opportunity to thank the Clojure/core team for the slow,
measured pace of development and stability of Clojure. 1.6 looks like a safe,
gentle upgrade from 1.5.1.
Ironically the biggest change for me in 1.6 is the new API stuff - I look
forward to rewriting m
I spent this afternoon removing use of java.jdbc.sql from World Singles’ code
base to see how much work it would be. The worst part for us was how much we
relied on the naming strategy convenience macros (especially entities, since it
flows :entities through all the DSL constructs).
How much i