Stateful traits in Pharo?
Hi all, I was wondering if there is an implementation of stateful traits that works in Pharo. If so, where can I get it, and is it stable ? -- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
On May 19, 2010, at 8:01 PM, Johan Fabry wrote:
Hi all,
I was wondering if there is an implementation of stateful traits that works in Pharo.
somehow
If so, where can I get it, and is it stable ?
no It would be better to hack something different like traits can have state traits instance var -> class instanace var when there is a conflict we change manually or we do an automated prefix _ and __ Stef
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Sorry Stef, you are being too terse. :-( Please expand a bit for me to be able to understand. On 19 May 2010, at 14:17, Stéphane Ducasse wrote:
If so, where can I get it, and is it stable ?
no
It would be better to hack something different like traits can have state traits instance var -> class instanace var when there is a conflict we change manually or we do an automated prefix _ and __
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Hi Johan There have been some discussion on the subject a few months ago - more or less what Stef describes. I am soon over with all my job application duties, so I would be happy to participate. On 19 mai 2010, at 22:17, Johan Fabry wrote:
Sorry Stef, you are being too terse. :-( Please expand a bit for me to be able to understand.
On 19 May 2010, at 14:17, Stéphane Ducasse wrote:
If so, where can I get it, and is it stable ?
no
It would be better to hack something different like traits can have state traits instance var -> class instanace var when there is a conflict we change manually or we do an automated prefix _ and __
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
-- Simon
http://forum.world.st/Stateful-Traits-Literature-td1691247.html#a1691298 http://forum.world.st/Quasi-stateful-traits-td1571120.html#a1571120 On Wed, May 19, 2010 at 10:24 PM, Simon Denier <Simon.Denier@inria.fr>wrote:
Hi Johan
There have been some discussion on the subject a few months ago - more or less what Stef describes.
I am soon over with all my job application duties, so I would be happy to participate.
On 19 mai 2010, at 22:17, Johan Fabry wrote:
Sorry Stef, you are being too terse. :-( Please expand a bit for me to be
able to understand.
On 19 May 2010, at 14:17, Stéphane Ducasse wrote:
If so, where can I get it, and is it stable ?
no
It would be better to hack something different like traits can have state traits instance var -> class instanace var when there is a conflict we change manually or we do an automated
prefix _ and __
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry<http://dcc.uchile.cl/%7Ejfabry> PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
-- Simon
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Great, thanks for the links! On 20 May 2010, at 07:08, Mariano Martinez Peck wrote:
http://forum.world.st/Stateful-Traits-Literature-td1691247.html#a1691298
http://forum.world.st/Quasi-stateful-traits-td1571120.html#a1571120
On Wed, May 19, 2010 at 10:24 PM, Simon Denier <Simon.Denier@inria.fr> wrote: Hi Johan
There have been some discussion on the subject a few months ago - more or less what Stef describes.
I am soon over with all my job application duties, so I would be happy to participate.
On 19 mai 2010, at 22:17, Johan Fabry wrote:
Sorry Stef, you are being too terse. :-( Please expand a bit for me to be able to understand.
On 19 May 2010, at 14:17, Stéphane Ducasse wrote:
If so, where can I get it, and is it stable ?
no
It would be better to hack something different like traits can have state traits instance var -> class instanace var when there is a conflict we change manually or we do an automated prefix _ and __
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
-- Simon
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
I was wondering if there is an implementation of stateful traits that works in Pharo.
somehow
http://www.squeaksource.com/StatefulTraits.html I haven't checked the code for a while however.
If so, where can I get it, and is it stable ?
no
It would be better to hack something different like traits can have state traits instance var -> class instanace var
What I did does exactly that. Cheers, Alexandre
Stef
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
participants (5)
-
Alexandre Bergel -
Johan Fabry -
Mariano Martinez Peck -
Simon Denier -
Stéphane Ducasse