[pypy-dev] Re: at some point we will experiment with issues of security, persistence & distribution
Samuele Pedroni
pedronis at strakt.com
Mon Jan 9 15:06:59 CET 2006
Michael Hudson wrote:
>Samuele Pedroni <pedronis at strakt.com> writes:
>
>
>
>>this talk by Gilad Bracha:
>>
>>
>>Objects as Software Services, An invited talk at the Dynamic Language
>>Symposium at OOPSLA 2005.
>>
>>( http://www.bracha.org/oopsla05-dls-talk.pdf )
>>
>>is an interesting across-the-sprectum take on these or related issues.
>>At least it makes for some interesting thinking.
>>
>>
>
>I think I'm lacking some context. I can't tell if
>
> "Mirrors act as capabilities for reflection"
>
>
>
mirrors refers to Self reflection model. In Self and similar model
normal objects
don't expose reflective operations, instead you create secondary objects,
so called mirrors, through which reflective operations can be performed on
the original object.
More information about the Pypy-dev
mailing list