I believe that your problem is in "make-data". If I understand correctly,
"data" has been closed over and is fixed at whatever value it happened to
be when you first defined "make-data".

You need it to change make-data so that it returns a new function every
time, not one that has closed over data.

--Aaron

On Wed, May 16, 2012 at 1:04 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:

>  This is the only error I'm getting - there is no stack trace or at least
> i can not see it...I'm inside leiningen 2 preview 4... I can however
> provide 2 screenshots confirming what is happening.
>
> Thanks a lot for your time btw...
>
> Jim
>
> ps: function.png shows the function thatis being returned by make-data
> when passed the key :temporal-window.
>
>
>
> On 16/05/12 17:58, Walter Tetzner wrote:
>
> On Wednesday, May 16, 2012 12:51:15 PM UTC-4, Jim foo.bar wrote:
>>
>>  I guess what I'm asking is at which point does the array become an
>> ArraySeq and why casting it back to a double array with 'doubles' doesn't
>> work?
>>
>
> Can you post the whole stack trace?
>
> -Walter
>
>  --
> 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 members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
>
>  --
> 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 members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to