November 2010
Intermediate to advanced
504 pages
12h 45m
English
This short chapter discussed how to create anonymous functions. Here are the main points:
By using lambda, you can create a function without needing to give it a name.
Many functions in Lisp accept functions as parameters. If you use these functions, you are using a technique called higher-order functional programming.
Read now
Unlock full access