[Tutor] Re: List Comprehensions again

Erik Price erikprice@mac.com
Sun, 27 Jan 2002 22:51:50 -0500


On Friday, January 25, 2002, at 06:20  PM, dman wrote:

> lambda is most often used in conjunction with map/filter/reduce, and
> the whole lot comes from the "functional" programming style (embodied
> in LISP, Scheme, and the ML family of languages).

Is this style of programming different from "procedural" and "object 
oriented" programming styles?  I haven't read about it before, although 
I have read of the difference between procedural and object oriented 
styles.


Erik