Of what use is 'lambda'???

Grant Edwards ge at nowhere.none
Mon Sep 25 16:12:10 EDT 2000


In article <cFAz5.908$ve5.58359 at news-east.usenetserver.com>, Kragen Sitaker wrote:

>>In a functional language, unlike C or Python, there are no side
>>effects;
>
>Which means that if something doesn't return a value you care about,
>you might as well not have executed it.

Which means that you can not do things like like file-system or
network operations (or even console I/O) in a strictly
functionaly language.   Right?

-- 
Grant Edwards                   grante             Yow!  I think I am an
                                  at               overnight sensation right
                               visi.com            now!!



More information about the Python-list mailing list