Re: When does clojure.lang.PersistentArrayMap become clojure.lang.PersistentHashMap

2013-12-23 Thread seancorfield
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,

Re: [ANN] Clojure 1.6.0-alpha3

2013-11-22 Thread seancorfield
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

Re: java.jdbc DSLs (java.jdbc.sql / java.jdbc.ddl)

2013-11-21 Thread seancorfield
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