Fwd: standard library proposal for "tasklets" using generators

Just realized i clicked "reply" instead of 'reply to all" ---------- Forwarded message ---------- From: Guillaume Chereau <charlie137@gmail.com> Date: Wed, Jan 21, 2009 at 12:00 PM Subject: Re: [Python-ideas] standard library proposal for "tasklets" using generators To: Guido van Rossum <guido@python.org> Thanks for the answer, I understand the concern here. I still think having such a library, if not as a standard python lib, but at least as an independent one, that could then be used by all the project using such pattern (twisted, kiwi, gobject, etc.) would be a good idea. I will try to contact those different projects for suggestions. I also have to say one of my secret hope was that the pypy interpreter could eventually understand this kind of 'tasklet' generators and generate C or other language code out of it, since pypy already has support for tasklets, but using a syntax that can't be interpreted by cpython. - Guillaume On Wed, Jan 21, 2009 at 10:56 AM, Guido van Rossum <guido@python.org> wrote:
-- http://charlie137.blogspot.com/ -- http://charlie137.blogspot.com/

On Wed, Jan 21, 2009 at 02:45, Guillaume Chereau <charlie137@gmail.com> wrote:
If the package really takes off and it turns out there is a good design that leads to clean code this can be re-evaluated. But getting a third-party library out there that has wide usage is a good first step. -Brett

On Wed, Jan 21, 2009 at 02:45, Guillaume Chereau <charlie137@gmail.com> wrote:
If the package really takes off and it turns out there is a good design that leads to clean code this can be re-evaluated. But getting a third-party library out there that has wide usage is a good first step. -Brett
participants (2)
-
Brett Cannon
-
Guillaume Chereau