Re: [pypy-dev] Stackless Python and PyPy Stackless.py

2009/9/28 Leonardo Santagada <santagada@gmail.com>:
I still haven't shown publicly my work. I'll try to quickly prepare something this week with my current test code samples and a quick description of the API. I think the code quality is pretty bad as this is my first real Python project. My priority is to have something that works before doing a big cleanup. Gabriel -- Gabriel Lavoie glavoie@gmail.com

Hello everyone, here is a first look at my work. Comments are welcome! :) http://www.mutehq.net/~wildchild/dstackless.html See ya, Gabriel 2009/9/28 Gabriel Lavoie <glavoie@gmail.com>:
-- Gabriel Lavoie glavoie@gmail.com

Hi Gabriel, very cool. Do you happen to have some conceptual paper/post describing your programming model in more detail? I am asking because i am working on related ideas, i.e. "networked interpreters", see my latest blog post http://tinyurl.com/yco9aua cheers, holger On Tue, Sep 29, 2009 at 21:20 -0400, Gabriel Lavoie wrote:

Hello Holger, I have no paper done yet but I'll have to write something in the near future (next few months). I have some ideas of my final goal written in a wiki between me and my professor but I need to translate them since they are written in french. I just read your blog post and the homepage of py.execnet and I like the idea. I can clearly see some use in my work as a backend to start remote interpreters and make the communication over the network (for my networked channels). And for sure, it would be a nice improvement to the "socketprotocolgenerator.py" library I made for the communication. Like I said, I want my library to fit as much as possible in the idea of Stackless Python with as few additions as possible to the Stackles API. Things like the named channels I have in my examples will disappear as they are only there for developpement/debugging purpose. If you're interested in chatting about it, I'm often on #pypy. See ya, Gabriel (WildChild) 2009/9/30 holger krekel <holger@merlinux.eu>:
-- Gabriel Lavoie glavoie@gmail.com

Hello everyone, here is a first look at my work. Comments are welcome! :) http://www.mutehq.net/~wildchild/dstackless.html See ya, Gabriel 2009/9/28 Gabriel Lavoie <glavoie@gmail.com>:
-- Gabriel Lavoie glavoie@gmail.com

Hi Gabriel, very cool. Do you happen to have some conceptual paper/post describing your programming model in more detail? I am asking because i am working on related ideas, i.e. "networked interpreters", see my latest blog post http://tinyurl.com/yco9aua cheers, holger On Tue, Sep 29, 2009 at 21:20 -0400, Gabriel Lavoie wrote:

Hello Holger, I have no paper done yet but I'll have to write something in the near future (next few months). I have some ideas of my final goal written in a wiki between me and my professor but I need to translate them since they are written in french. I just read your blog post and the homepage of py.execnet and I like the idea. I can clearly see some use in my work as a backend to start remote interpreters and make the communication over the network (for my networked channels). And for sure, it would be a nice improvement to the "socketprotocolgenerator.py" library I made for the communication. Like I said, I want my library to fit as much as possible in the idea of Stackless Python with as few additions as possible to the Stackles API. Things like the named channels I have in my examples will disappear as they are only there for developpement/debugging purpose. If you're interested in chatting about it, I'm often on #pypy. See ya, Gabriel (WildChild) 2009/9/30 holger krekel <holger@merlinux.eu>:
-- Gabriel Lavoie glavoie@gmail.com
participants (2)
-
Gabriel Lavoie
-
holger krekel