On Feb 3, 2:49 pm, Travis wrote:
> I'm writing an app that will be dealing with large numbers of numbers.
> Perhaps I should gloss over the memory problem until it actually
> becomes a problem, but I'm coming across really weird behavior.
>
> user=> (type (first r9))
> java.lang.Double
> user=>
I'm writing an app that will be dealing with large numbers of numbers.
Perhaps I should gloss over the memory problem until it actually
becomes a problem, but I'm coming across really weird behavior.
user=> (type (first r9))
java.lang.Double
user=> (type (first (into-array Double/TYPE r9)))
java.l