Gauche: generalized map. Apply proc to collections, and returns a collection whose class is specified by class.
(map-to <vector> + '(1 2 3) '#(4 5 6)) => #(5 7 9)
See also map, coerce-to.
Home WhatIsSchemeCrossReference EditGuideline Discussion RSS
a b c d e f g h i j k l m n o p q r s t u v w x y z other
Concept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup
Scheme Now!
ERR5RS
Schemers.org
Community-Scheme-Wiki
CSAN
Scheme Cookbook