Re: Using 'def' does not create an array-map for small, non-empty maps

2012-05-08 Thread Ravindra Jaju
Ah, thanks! I had read it before and misinterpreted the actual process. Looks like I first need to send a signed copy of the CA before being able to make contributions! (That's going to be one long process for me - haven't been to a post office in ages! :-() -- jaju On Tue, May 8, 2012 at 8:07

Re: Using 'def' does not create an array-map for small, non-empty maps

2012-05-08 Thread Armando Blancas
You may want to check out the info for contributors and JIRA: http://www.clojure.org/contributing http://dev.clojure.org/jira/browse/CLJ On Tuesday, May 8, 2012 2:01:57 AM UTC-7, jaju wrote: > > Sent the following to clojure-dev - but then it turned out to be a closed > group for posting. > Posti

Using 'def' does not create an array-map for small, non-empty maps

2012-05-08 Thread Ravindra Jaju
Sent the following to clojure-dev - but then it turned out to be a closed group for posting. Posting here as well: == user> (class {}) clojure.lang.PersistentArrayMap user> (class {1 1}) clojure.lang.PersistentArrayMap user> (def m {1