Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-06 Thread Pablo R. Digonzelli
lt;pdigonze...@gmail.com> CC: "Steven Costiou" <steven.cost...@kloum.io>, "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Lunes, 6 de Marzo 2017 17:39:08 Asunto: Re: [Pharo-users] adding messages dinamically to a single instance

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-06 Thread stepharong
teven Costiou" <steven.cost...@kloum.io>, "Pablo Digonzelli" <pdigonze...@gmail.com>, "Any question about pharo is >welcome" <pharo-users@lists.pharo.org> Enviados: Sábado, 4 de Marzo 2017 6:18:24 Asunto: Re: [Pharo-users] adding messages dinamically

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-06 Thread Hernán Morales Durand
Hola Pablo, This technique is not something new, it was reported at least +20 years ago. You can read about it in a SO answer I wrote; http://stackoverflow.com/a/14202534 where there is a link to a foundational paper. Let us know what are you trying to do. Cheers, Hernán 2017-03-03 10:07

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-04 Thread stepharong
os: Viernes, 3 de Marzo 2017 11:03:23 Asunto: Re: [Pharo-users] adding messages dinamically to a single instance object Hi, could you describe why you need this ? Do you have a usecase ? Just interested to know, as i work on similar mechanisms. Steven. Le 2017-03-03 14:55, Pablo R. Digonzelli

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-04 Thread stepharong
t;pharo-users@lists.pharo.org> Enviados: Viernes, 3 de Marzo 2017 10:11:53 Asunto: Re: [Pharo-users] adding messages dinamically to a single instance object Hi. Look at project Talents https://github.com/tesonep/pharo-talents. Idea is to implement behaviour (also with state) in normal way wit

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-03 Thread Pablo R. Digonzelli
ov" <dionisi...@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Viernes, 3 de Marzo 2017 10:11:53 Asunto: Re: [Pharo-users] adding messages dinamically to a single instance object Hi. Look at project Talents https://git

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-03 Thread Steven Costiou
--- > > DE: "Denis Kudriashov" <dionisi...@gmail.com> > PARA: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> > ENVIADOS: Viernes, 3 de Marzo 2017 10:11:53 > ASUNTO: Re: [Pharo-users] adding messages dinamically to a single instance

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-03 Thread Denis Kudriashov
Hi. Look at project Talents https://github.com/tesonep/pharo-talents. Idea is to implement behaviour (also with state) in normal way with classes and then dynamically install it to any existing objects 2017-03-03 14:07 GMT+01:00 Pablo R. Digonzelli : > Hi all. I need to

[Pharo-users] adding messages dinamically to a single instance object

2017-03-03 Thread Pablo R. Digonzelli
Hi all. I need to know how can i do if i want add new behaviour ( a new method ) to a single instance object of a class. It means not to add new selector to the class but i want a single instance responds that mesage. Where can i read about it? Tia Ing. Pablo Digonzelli Software Solutions