Stack Overflow problem with Maps

2009-04-27 Thread fitzpatrick...@googlemail.com
Hi, I am working with a very long list and populating it to a map. What i have is three pieces of data from the list; -Row Number -Heading info List -Actual Info List note: both the Heading Info List and Actual Info List have the same number of elements as each heading name will have a correspondi

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
       (.write w (str (output-array (first l) ",") >                                                                        "@" > >    (output-array (second l) ",") > >  "\n") > > Hope this helps, if not, you will have to show us more code above the t > function, > > -- > Laurent > > 2009/4/2 fitzpatrick...

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
                         ) > >                                ) > >                ) > > ) > > > tks, > > PJ > > > On Apr 2, 12:15 pm, Christian Vest Hansen > > wrote: > > > On Thu, Apr 2, 2009 at 11:58 AM, fitzpatrick...@googlemail.c

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
PJ On Apr 2, 12:15 pm, Christian Vest Hansen wrote: > On Thu, Apr 2, 2009 at 11:58 AM, fitzpatrick...@googlemail.com > > wrote: > > > Hi, > > I am attempting to print a large lazy seq to file. I have attempted > > various approaches and obviously am missing something

Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
Hi, I am attempting to print a large lazy seq to file. I have attempted various approaches and obviously am missing something obvious. I have attempted do use do-seq and also iterated manually through the sequence but i always come up with the heap error. Has anyone got any suggestions? tks, PJ --