lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Stackless Python is a modified version of Python that supports, among
other things, coroutines.  Normal Python has limited support for
yielding, but only within generator functions.  At least, that's my
understanding of things there.  :-)

- David

On Thu, Apr 23, 2009 at 11:03 AM, Javier Guerra <javier@guerrag.com> wrote:
> why stackless?  python is python, i don't see any significant
> difference between those implementations when comparing to Lua