Hi,
I am wondering if there is some effort for having continuation in php.
Or is there already some construction for continuation?
Thanks
- Mathieu Suen
Hi,
I am wondering if there is some effort for having continuation in php.
Or is there already some construction for continuation?
phaux (http://code.google.com/p/phaux/) is an attempt at creating a
continuation-based framework for php. It's handled on the framework
level, rather than language level, but you might find it interesting.
--
troels
troels knak-nielsen wrote:
Hi,
I am wondering if there is some effort for having continuation in php.
Or is there already some construction for continuation?phaux (http://code.google.com/p/phaux/) is an attempt at creating a
continuation-based framework for php. It's handled on the framework
level, rather than language level, but you might find it interesting.
Cool I haven't take a deep look at it but a smalltalk guy behind seems
promising :)
Thanks
-- Mathieu Suen
Am 08.02.2010 14:38, schrieb mathieu.suen:
I am wondering if there is some effort for having continuation in php.
Or is there already some construction for continuation?
There is http://phpcontinuation.sourceforge.net/ which I never got
around to actually try.
--
Sebastian Bergmann Co-Founder and Principal Consultant
http://sebastian-bergmann.de/ http://thePHP.cc/
Sebastian Bergmann wrote:
Am 08.02.2010 14:38, schrieb mathieu.suen:
I am wondering if there is some effort for having continuation in php.
Or is there already some construction for continuation?There is http://phpcontinuation.sourceforge.net/ which I never got
around to actually try.
Yet an other smalltalker :)
On of the first implementation of continuation was in lisp thought.
Phaux seem more promising
-- Mathieu Suen