[plt-scheme] 'complement'[?] of map

From: Jos Koot (jos.koot at telefonica.net)
Date: Sun Feb 17 10:33:43 EST 2008

I did not see compose in R6RS not in R6RS/lib, but it is likely to be 
available in most Scheme implementations.
PLT does provide it in a general fashion, allowing a multiple value to be 
passed as a result from one function to the next one to be applied, the next 
function being applied to the list of the values. Very powerfull. The source 
code is somewhere in the PLT collects and IIRC it (the code) shouldbe 
accepted by every Scheme.
Jos

----- Original Message ----- 
From: "Grant Rettke" <grettke at acm.org>
To: "Jos Koot" <jos.koot at telefonica.net>
Cc: "Stephen De Gabrielle" <stephen at degabrielle.name>; "pltscheme" 
<plt-scheme at list.cs.brown.edu>
Sent: Sunday, February 17, 2008 3:05 PM
Subject: Re: [plt-scheme] 'complement'[?] of map


> On Feb 17, 2008 4:46 AM, Jos Koot <jos.koot at telefonica.net> wrote:
>> I think you need compose.
>
> Thanks for the pointer.
>
> Is the use of compose a Scheme/FP idiom?
> 



Posted on the users mailing list.