Re: store a value in a PersistentVector and PersistentHashMap

2014-06-04 Thread Timothy Baldridge
If you've read those sites, then read the source. It's not that hard to understand once you understand that Vectors are trees: https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/PersistentVector.java On Wed, Jun 4, 2014 at 7:46 AM, sorin cristea wrote: > > > On Wednesday, June

Re: store a value in a PersistentVector and PersistentHashMap

2014-06-04 Thread sorin cristea
On Wednesday, June 4, 2014 4:32:00 PM UTC+3, François Rey wrote: > > On 04/06/14 14:59, sorin cristea wrote: > > do you know how is store a 'value' in a PersistentVector or in a > > PersistentHashMap ? > Hi Sorin, > Your question is difficult to understand without more context. > Are you tr

Re: store a value in a PersistentVector and PersistentHashMap

2014-06-04 Thread François Rey
On 04/06/14 14:59, sorin cristea wrote: do you know how is store a 'value' in a PersistentVector or in a PersistentHashMap ? Hi Sorin, Your question is difficult to understand without more context. Are you trying to use Clojure data structures from Java? http://www.lispcast.com/3-things-java-ca

store a value in a PersistentVector and PersistentHashMap

2014-06-04 Thread sorin cristea
Hi all, do you know how is store a 'value' in a PersistentVector or in a PersistentHashMap ? Thanks Sorin. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new me