<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Re: Morph>>Delete</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE type=text/css>BLOCKQUOTE {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
DL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
OL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
</STYLE>

<META content="MSHTML 6.00.3790.94" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV>&gt; However, I'm about 25 years too late in proposing this, </DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Chuck Moore seems to think it's 
never too late for innovation.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;Even his pride in the past 
did not seem to hinder&nbsp;</FONT><FONT face=Arial size=2>his self 
</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; improvement for the future, IMHO 
.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;Talking 
of&nbsp;</FONT><FONT face=Arial size=2>future, currently&nbsp;he 
always&nbsp;walk with&nbsp;a hiking stick :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "<FONT 
face="Times New Roman" size=3>I regret taking a walk without 
it."</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; and had&nbsp;</FONT><FONT 
face=Arial size=2>this to say :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "<FONT 
face="Times New Roman" size=3>I too used to think a hiking stick whimpy. 
</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Now I'm older and wiser and have 
carried one </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1,000 miles. For reasons I'd never 
anticipated"</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; <A 
href="http://www.colorforth.com/stick.html">http://www.colorforth.com/stick.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Colortalk, any one 
;-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; <A 
href="http://www.colorforth.com/">http://www.colorforth.com/</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; PhiHo.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=black@cse.ogi.edu href="mailto:black@cse.ogi.edu">Andrew P. Black</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=squeak-dev@lists.squeakfoundation.org 
  href="mailto:squeak-dev@lists.squeakfoundation.org">The general-purpose Squeak 
  developers list</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, December 04, 2003 4:30 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Morph&gt;&gt;Delete</DIV>
  <DIV><FONT face=Arial size=2></FONT><BR></DIV>
  <BLOCKQUOTE cite="" type="cite">Aaron J Reichow wrote:<BR>&gt;<BR>&gt; &gt; 
    &gt; 2. The format for specifying a message is Class&gt;&gt;#message ; that 
    is your<BR>&gt; &gt; &gt; message should have read 
    Morph&gt;&gt;#delete.<BR>&gt; &gt;<BR>&gt; &gt; Really?&nbsp; I use #delete 
    to talk about the message, but Morph&gt;&gt;delete to<BR>&gt; &gt; talk 
    about a particular method.<BR>&gt;<BR>&gt; The convention is to use the 
    #.&nbsp; It's kind of neat actually-&nbsp; do a<BR>&gt; print-it on 
    "Morph&gt;&gt;#delete" in a workspace- the CompiledMethod for that<BR>&gt; 
    method is returned.&nbsp; #delete can be passed (a symbol), and delete 
    cannot.<BR><BR>Yes, "Morph&gt;&gt;#delete" is a valid Smalltalk expression 
    and</BLOCKQUOTE>
  <BLOCKQUOTE cite="" type="cite">"Morph&gt;&gt;delete" is not. </BLOCKQUOTE>
  <DIV><BR></DIV>
  <DIV>I've always found the # symbol to be a blot on the otherwise elegant 
  syntax of Smalltalk.&nbsp; Its a bit surprising to me that Smalltalk didn't 
  adopt a different convention, such as typing all symbols in bold face.&nbsp; 
  delete would be an identifier reference, whereas<B> delete</B> would be a 
  symbol, and</DIV>
  <DIV>&nbsp;<X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </X-TAB>myMorph<B> 
  delete</B></DIV>
  <DIV>would send the message<B> delete</B> to the object bound to 
myMorph.</DIV>
  <DIV><BR></DIV>
  <DIV>However, I'm about 25 years too late in proposing this, so I don't expect 
  that it will be adopted real soon now.</DIV>
  <DIV><BR></DIV>
  <DIV><X-TAB>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </X-TAB>Andrew</DIV>
  <DIV><BR></DIV>
  <DIV><BR></DIV>
  <P>
  <HR>

  <P></P><BR></BLOCKQUOTE></BODY></HTML>