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

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
karmazi...@gmail.com wrote: On Thu, Apr 2, 2009 at 11:58 AM, fitzpatrick...@googlemail.com 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 obvious. I have attempted do use do

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
fitzpatrick...@googlemail.com fitzpatrick...@googlemail.com Hi, Thanks for the replies. I have adapted the code above with my example. I still get the heap error! my-row-data is the lazy sequence. each element in the seq is a 2 element vector of Java String[] output-array is just a printing

Re: Print a Large Lazy Seq - Heap Error

2009-04-02 Thread fitzpatrick...@googlemail.com
) ,)                                                                        @    (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...@googlemail.com fitzpatrick...@googlemail.com Apologies for my ignorance ,i am new to clojure, but can you give an example of what