<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: Why we should remove {} from Squeak</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>This was done by Vassili Bykov, a while ago.&nbsp; I have the code at home, that will I post.&nbsp; Unfortunately, this Class collides with the Tuple class from LindaTalk.&nbsp; Do we have a Namespace capability, that I am not aware of, that I could use to differentiate the two?</FONT></P>

<P><FONT SIZE=2>Rob</FONT>
</P>

<P><FONT SIZE=2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=2>&gt; From: danielv@netvision.net.il [<A HREF="mailto:danielv@netvision.net.il">mailto:danielv@netvision.net.il</A>]</FONT>
<BR><FONT SIZE=2>&gt; Sent: Tuesday, October 02, 2001 6:14 PM</FONT>
<BR><FONT SIZE=2>&gt; To: squeak-dev@lists.squeakfoundation.org</FONT>
<BR><FONT SIZE=2>&gt; Subject: Re: Why we should remove {} from Squeak</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Allen Wirfs-Brock &lt;Allen_Wirfs-Brock@Instantiations.com&gt; wrote:</FONT>
<BR><FONT SIZE=2>&gt; [the argument from attractive nuisence]</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; I think a good answer to that is lots of good examples, and </FONT>
<BR><FONT SIZE=2>&gt; making doing</FONT>
<BR><FONT SIZE=2>&gt; the right thing easier, not avoiding a useful, natural shortcut...</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; An interesting idea I saw (maybe on this list) that might help in</FONT>
<BR><FONT SIZE=2>&gt; creating new abstrations is the Tuple class.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Tuple length: 5 revolutionSpeed: 2</FONT>
<BR><FONT SIZE=2>&gt; Creates an object with two instance variables named after the </FONT>
<BR><FONT SIZE=2>&gt; keywords,</FONT>
<BR><FONT SIZE=2>&gt; with the appropriate values, accessors and initialization code. If a</FONT>
<BR><FONT SIZE=2>&gt; class answering this description doesn't yet exist, one is generated. </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; So the abstraction creator now has only to (technically - re)name his</FONT>
<BR><FONT SIZE=2>&gt; creation, and it's ready to go. He can immidiately add smarts </FONT>
<BR><FONT SIZE=2>&gt; to it and</FONT>
<BR><FONT SIZE=2>&gt; get benefits. Some of the technical busywork of creating the </FONT>
<BR><FONT SIZE=2>&gt; abstraction</FONT>
<BR><FONT SIZE=2>&gt; is poofed away with a little doesNotUnderstand magic...</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; And the programmer has much less incentive to abuse Array for </FONT>
<BR><FONT SIZE=2>&gt; this sort</FONT>
<BR><FONT SIZE=2>&gt; of things.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Daniel Vainsencher</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
</P>

</BODY>
</HTML>