<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 27, 2010, at 8:03 PM, Jecel Assumpcao Jr. wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">



<div style="background-color: rgb(255, 255, 255); position: static; z-index: auto; ">
<span style="display:none"> </span>



    <div id="ygrp-text"><p>All of my least favorite Self features have the same cause - strings or<br>
numbers where objects would work better. Certainly annotations are a<br>
more "proper" way of doing what was a "pun" in Self 1 and 2 using parent<br>
priorities, but I would be happier if these annotations were full Self<br>
objects instead of strings that have to be parsed in wierd way to<br>
extract the information we need from them.<br>
<br>
Another place with this problem is the parameters of fail blocks. In<br>
fact, this made Ole Agesen's application extraction scheme a lot less<br>
useful since primitive handling code always had to include fancy string<br>
methods. Replacing this parsing with a small set of exception objects<br>
would be a huge improvement, in my opinion.<br>
<br>
The layout stuff in Morphic used to (I haven't looked since 1995) encode<br>
stuff like left/middle/right as 1, 2 or 3. This required lots of tests<br>
that would go away if simple alignment objects were used instead.<br></p></div></div></div></div></blockquote>That should go on the bug tracker in my opinion. Jecel would you be so kind :)?<br><blockquote type="cite"><div style="background-color: rgb(255, 255, 255); position: static; z-index: auto; "><div id="ygrp-mlmsg" style="position:relative;"><div id="ygrp-msg" style="z-index: 1;"><div id="ygrp-text"><p>
<br>
About the annotations, in my tinySelf 0 I just had a special constant<br>
slot with the value for the object annotation, but never did come up<br>
with a good scheme for the slot annotations.<br></p></div></div></div></div></blockquote>Yeah, that was my first idea too, simply add a meta* slot or something like that, but slot annotations would have to be put in a dictionary then, with the selectors as keys wich means redundancy.<br><blockquote type="cite"><div style="background-color: rgb(255, 255, 255); position: static; z-index: auto; "><div id="ygrp-mlmsg" style="position:relative;"><div id="ygrp-msg" style="z-index: 1;"><div id="ygrp-text"><p>
<br>
-- Jecel<br></p></div></div></div></div></blockquote><div><br></div>Cheers<br><blockquote type="cite"><div style="background-color: rgb(255, 255, 255); position: static; z-index: auto; "><div id="ygrp-mlmsg" style="position:relative;"><div id="ygrp-msg" style="z-index: 1;"><div id="ygrp-text"><p>
<br>
</p>

    </div>
     

    

</div>



<!-- end group email -->

</blockquote></div><br></body></html>