Search the web
Sign In
New User? Sign Up
self-interest · Self Programming Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Public and private visibility in Self   Message List  
Reply | Forward Message #1979 of 2146 |
Re: [self-interest] Public and private visibility in Self

Baltasar wrote on Sat, 24 Nov 2007 13:20:36 -0000
> I've always wondered why the public and private visibility is just
> notational in Self. I think there was something preventing the
> visibility mechanism to working in Self, but can't remember exactly
> what it was.
>
> Is there any problem preventing a prototype language to implement
> private visibility ? If there is something ... can you post an example ?

Note that privacy declarations were active in Self 1.0 and 2.0 and
became mere declarations in Self 3.0. Other related features that were
removed in this language redesign were the parent priotities and the
"tie breaker rules". If you look at some of the older papers you can
find out many details about these things.

http://research.sun.com/self/papers/parents-shared-parts.html

The reason that these features were removed was that many times it
wasn't abvious to a programmer which of several slots with the same name
would actually be picked by the system. Though each rule was simple
enough on its own, the interaction between them made for a very
unpredictable system. One alternative would have been to remove some of
these while leaving some others (like privacy, for example) in, but it
was fealt that this was the wrong direction in general and that it was
better to leave them all out until a proper solution could be found.

One experiment in this area was an extension of Self called "Us". This
explored subjective programming (where the look up depends not only on
the receiver and message name but also on the sending context) as a
possible solution to privacy, security and other issues. I don't know if
the authors still feel this is a good solution to the problem, but I
like it very much.

http://citeseer.ist.psu.edu/smith96simple.html

-- Jecel



Mon Nov 26, 2007 6:26 pm

jeceljr
Offline Offline
Send Email Send Email

Forward
Message #1979 of 2146 |
Expand Messages Author Sort by Date

Hi ! I've always wondered why the public and private visibility is just notational in Self. I think there was something preventing the visibility mechanism to...
baltasarq
Offline Send Email
Nov 24, 2007
1:20 pm

Baltasar wrote on Sat, 24 Nov 2007 13:20:36 -0000 ... Note that privacy declarations were active in Self 1.0 and 2.0 and became mere declarations in Self 3.0....
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Nov 26, 2007
5:31 pm

... Yes, that's true ;-). Thank you. ... Yep, that would be fantastic. ... That was the explanation I was exactly looking for. Thank you very much. My...
J. Baltasar García...
baltasarq
Offline Send Email
Jan 11, 2008
6:20 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help