CS 3304: Comparative Languages
FP Foundations, Scheme
[
Course Documents
] : [
FP Foundations, Scheme
]
Previous
Contents
Next
Keyword Index
Apply-to-All
A functional form that takes a single function as a parameter and yields a list of values obtained by applying the given function to each element of a list of parameters
"map" in Scheme is a very flexible version of this