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
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
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