High-Level Functional Programming
l
By
high-level
we mean that we are only
going to construct functions by composing
together (usually powerful) built-in
functions.
l
We place the construction of functions
based on the list dichotomy, for example,
under
low-level
.