[Self-interest] How to delegate a message to a parent

Hernan Wilkinson hernan.wilkinson at 10pines.com
Sun Jul 4 19:12:28 UTC 2021


Yeah! it was resend.msg what I was looking for.

Thanks David!

On Sun, Jul 4, 2021 at 2:59 PM David Ungar <ungar at mac.com> wrote:

> Or, if you don't want to search just one parent, "receiver resend.msg"
>
> On Jul 3, 2021, at 8:51 PM, Russell Allen <mail at russell-allen.com> wrote:
>
> Its ‘receive parent.msg'
>
> Ie, for an object
>
> x = (| parent1* = (| a = 2 |). parent2* = (| a = 3 |) |)
>
> ‘x a’ give you an error.
>
> ‘x parent1.a’ gives 2
> ‘x parent2.a’ gives 3
>
> Is that what you were asking?
>
> I’m not really familiar with javascript decorators or what their use is.
> What are you trying to achieve?
>
> Russell
>
> On 4 Jul 2021, at 7:10 am, Hernan Wilkinson <hernan.wilkinson at 10pines.com>
> wrote:
>
> Hi,
>  how is the syntax to delegate a message to a parent so when doing so the
> "self" is not lost?
>  I remember there is a special syntax for that but I do not remember which
> one...
>  It is very useful when implementing a Decorator on a parent.
>  I javascript is done this
> way: decorate.message_to_delegate.apply(this,params);
>
> Thanks!
> Hernan.
>
> --
> <https://10pines.com/>Hernán WilkinsonSoftware Developer, Teacher & Coach
> Alem 896, Floor 6, Buenos Aires, Argentina
> +54 11 6091 3125
> @HernanWilkinson
> _______________________________________________
> Self-interest mailing list
> Self-interest at lists.selflanguage.org
> http://lists.selflanguage.org/mailman/listinfo/self-interest
>
>
> _______________________________________________
> Self-interest mailing list
> Self-interest at lists.selflanguage.org
> http://lists.selflanguage.org/mailman/listinfo/self-interest
>
>
>

-- 
<https://10pines.com/>Hernán WilkinsonSoftware Developer, Teacher & Coach

Alem 896, Floor 6, Buenos Aires, Argentina

+54 11 6091 3125

@HernanWilkinson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.selflanguage.org/pipermail/self-interest/attachments/20210704/ad24323e/attachment-0001.html>


More information about the Self-interest mailing list