> Next Tail recursion
< Previous Variables, or not

5.8.2.3 Lambda functions

The built-in procedure bound to the symbol ‘lambda’ is a procedure which manufactures and returns another procedure. The first argument to ‘lambda’ is a list of arguments the newly manufactured procedure will take, and the rest of the arguments to ‘lambda’ are a list of procedure calls which make up the function body of the new procedure.

> Next Tail recursion
< Previous Variables, or not
Copyright © 2010, 2012 DM Bespoke Computer Solutions Ltd
All rights reserved