[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua vs. stackless python
- From: David Ludwig <dludwig@...>
- Date: Thu, 23 Apr 2009 14:15:12 -0400
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