chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Strange memory leak with lazy-seq


From: cowan
Subject: Re: [Chicken-users] Strange memory leak with lazy-seq
Date: Tue, 24 Feb 2015 09:17:47 -0500
User-agent: SquirrelMail/1.4.21

Moritz Heidkamp scripsit:

>> Lazy-map isn't lazy, so you are basically generating an eager list
>> processing each element, and discarding the whole mess.
>
> that's not true, where did you get this idea?

A brain fart on my part.  I was thinking of lazy (left) folds,
which have to realize all the values (unless the kons
function is itself a lazy constructor).

-- 
John Cowan          http://www.ccil.org/~cowan        address@hidden
In computer science, we stand on each other's feet.  --Brian K. Reid






reply via email to

[Prev in Thread] Current Thread [Next in Thread]