Of what use is 'lambda'???

Erik Max Francis max at alcyone.com
Sun Sep 24 22:47:52 EDT 2000


Jonadab the Unsightly One wrote:

> That's true in C and Inform, but I think both are traditionally
> regarded as procedural.

One can certainly declare "procedures" in C that do not return anything
(declare a function as returning void), so that's not true of C.

> Is the difference that the returned
> value is always significant?  Or is there more?

It's that everything is done by returning values.  Functional languages
don't employ side effects to get things done.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ I've got the fever for the flavor of a cracker
\__/ Ice Cube
    7 sisters productions / http://www.7sisters.com/
 Web design for the future.



More information about the Python-list mailing list