[REBOL] R: Re: R: Re: Links ? Pointers ?
From: gchillemi:aliceposta:it at: 3-Sep-2009 11:38
> person: context [
> uid: func [/set value][data: [#[none]] either set
> [data/1: value][data/1]]
> name: "me"
> ]
.....
> >> person/uid/set 222
> == 222
> >> managers/ceo
> == 222
> >>
>
> this is one way to use the function hack, but there are many
> others, and they depend on the application itself.
>
> there are a few little details when using the hack, but
> usually, its pretty invisible.
Hello Maxim, I have read your interesting post but I want the details. How
it works ? What happens underneat (at interpeter and structure details) when
you read the value of UID using another object like "managers/ceo" ?
Also, I whis to know the notes you have omitted about this approach and
eventually which other approach exists...
There are a lot of things I still have to know about objects.
Giuseppe Chillemi