Closures

December 9, 2007 19:49 by davidm

Closures are essentially functions without names that can be passed around as a first class object - parameters or local variables.

 

Comments are closed