| |
| | Vol 2 / Chapter 03 / Higher-Order Functions |
 | | Next, we treat higher-order functions and their applications, such as mapping and folding, and we show how procedural control structures can be replaced by functional code. |
 | | Thinking functionally, we can solve a range of problems far more elegantly than with the usual loop, which we often use first, without thinking, due to the lopsided introduction to programming to which most of us were subjected. |
 | | Although functions are arguably the most important concept in mathematics, functions are not generally available as (first-class) values in all programming languages. |
| www.mathconsult.ch /showroom/pubs/MathProg/htmls/2-03.htm (269 words) |
|