vasudevram wrote:
> Hi,
>
> I am Googling and will do more, found some stuff, but interested to get
> viewpoints of list members on:
>
> Continuations in Python.

Python does not have (full) continuations. If you want to understand
continuations,
you need a language that supports them. For instance this is a recent
reference for continuations in Scheme:
http://www-128.ibm.com/developerworks/linux/library/l-advflow.html?ca=dgr-lnxw02FlowControl

Ruby should have support for continuations too, but I am quite ignorant
about the Ruby literature.

            Michele Simionato

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to