Re: about the lazy-seq

2011-08-26 Thread 机械唯物主义 : linjunhalida
you mean this? http://clojure.org/lazy maybe this can be helpful: http://en.wikipedia.org/wiki/Lazy_evaluation On Wed, Aug 24, 2011 at 1:48 PM, xiaoguizi87 wrote: > I feel it is too difficult to understand the 'lazy-seq'.Can someone > recommend something may help me? I have goolge it, but found n

Re: about the lazy-seq

2011-08-24 Thread Tim Robinson
There's a pretty good explanation here: http://stackoverflow.com/questions/4992298/clojure-lazy-sequence-usage On Aug 23, 11:48 pm, xiaoguizi87 wrote: > I feel it is too difficult to understand the 'lazy-seq'.Can someone > recommend something may help me? I have goolge it, but found nothing > hel