[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Map and filter without intermediate tables
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 8 Jun 2012 14:39:59 -0500
On Fri, Jun 8, 2012 at 6:22 AM, joao lobato <btnfdp.lobato@gmail.com> wrote:
> In a functional language, where each
> function is only defined by what goes in and what comes out, it makes
> sense to return the same object modified.
au contraire, in functional langues it's "more pure" to return a
modified copy. possibly sharing non-modified parts with the original,
extra points if there's some COW around.
--
Javier
- References:
- Map and filter without intermediate tables, Geoff Leyland
- Re: Map and filter without intermediate tables, joao lobato
- Re: Map and filter without intermediate tables, Geoff Leyland
- Re: Map and filter without intermediate tables, joao lobato
- Re: Map and filter without intermediate tables, Geoff Leyland
- Re: Map and filter without intermediate tables, steve donovan
- Re: Map and filter without intermediate tables, joao lobato
- Re: Map and filter without intermediate tables, steve donovan
- Re: Map and filter without intermediate tables, Jay Carlson
- Re: Map and filter without intermediate tables, steve donovan
- Re: Map and filter without intermediate tables, joao lobato