The Functional Paradigm
An functional program is a collection of function definitions and function applications.
Define SQR(x): {
Apply the * function to x and x}
Apply SQR to 7;
Previous slide
Next slide
Back to first slide
View graphic version