Re: Examples of aget (multi-dimensional) and make-array

2014-05-17 Thread Colin Kahn
Thanks for the answer Frank. Actually this was my mistake, I was looking for how to do this using Clojurescript thinking this was the Clojurescript group. On Saturday, May 17, 2014 2:30:09 AM UTC-7, Frank Castellucci wrote: > > As per the documentation > http://clojuredocs.org/clojure_core/cloj

Re: Examples of aget (multi-dimensional) and make-array

2014-05-17 Thread Frank Castellucci
As per the documentation http://clojuredocs.org/clojure_core/clojure.core/make-array you use this to collect Java Class types into an array. Remember that a make-array return is a mutable type. For example, a string in clojure is backed by java's String class. If you want to make a 3 member a

Examples of aget (multi-dimensional) and make-array

2014-05-17 Thread Colin Kahn
Interested in seeing an example of how to use aget on a multi-dimensional array, and how to use make-array. So far I've had no luck getting either to work. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@