Meta: PEP discussion (was Re: PEP 255: Simple Generators)
Greg Ewing
greg at cosc.canterbury.ac.nz
Mon Jun 25 21:34:49 EDT 2001
Tim Peters wrote:
>
> [Paul Prescod]
> > Did icon switch from eager evaluation of the function to lazy
> > evaluation based on the occurrence of a keyword somewhere in the
> > function?
>
> FYI, Icon didn't expose the implementation, so there was no way to tell.
In Icon, there isn't any implementation *to* expose. There
are no generator-iterators in Icon; the closest equivalent
is simply the activation record of a procedure.
--
Greg Ewing, Computer Science Dept, University of Canterbury,
Christchurch, New Zealand
To get my email address, please visit my web page:
http://www.cosc.canterbury.ac.nz/~greg
More information about the Python-list
mailing list