<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">In an Etoys image, you can switch a SystemBrowser to show the Smalltalk source code as tiles (it's the far-right "source" button that lets you switch to byte codes etc).</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">This uses SyntaxMorphs.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">It's not typically used by Etoys users, or anyone really, except for making the point that "tile-based" programming can be just just as general as "text-based" programming. Both are simply user interfaces to specify behavior.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">It would be cool to resurrect and improve though.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">Btw, Jens Mönig made a similar browser for Smalltalk code using Scratch-like tiles. I think it was in his BYOB image. Looked pretty nice, too.</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">- Bert -</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">On Thu, Nov 30, 2017 at 12:24 PM, Bob Arning </span><span dir="ltr" style="font-family:arial,sans-serif;color:rgb(34,34,34)"><<a href="mailto:arning315@comcast.net" target="_blank">arning315@comcast.net</a>></span><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p><font face="Georgia">There is a preference -- #universalTiles --
        that uses SyntaxMorph instead of </font>PhraseTileMorph. What
      people are actually using, I do not know. Here is a snippet
      suggesting intentions (assuming you are the type to take comments
      at face value):<br>
    </p>
    newScriptorAround: aPhrase<br>
        "Sprout a scriptor around aPhrase, thus making a new script. 
    aPhrase may either be a PhraseTileMorph (classic tiles 1997-2001) or
    a SyntaxMorph (2001 onward)"<div><div class="h5"><br>
    <br>
    <br>
    <br>
    <br>
    <div class="m_5486179836694775213moz-cite-prefix">On 11/29/17 10:31 PM, David T. Lewis
      wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>Hmmm... I am using a Etoys-Dev-4.1 image for reference, and #testAll does
run successfully in that image.

Sorry for asking a really dumb question, but I actually don't know if
SyntaxMorph plays an important role in Etoys? Or is it just a leftover
artifact of some earlier experiment?

>From the point of view of an Etoys user, if SyntaxMorph is something
that should work then we should import the missing methods and update
them as needed. But if it is just a leftover curiousity that does not
matter to the kids who actually use Etoys, then we can ignore it or
delete it or deprecate it. Unfortunately I don't know Etoys very well,
so I have to ask.

Dave


On Wed, Nov 29, 2017 at 10:02:01PM -0500, Bob Arning wrote:
</pre>
      <blockquote type="cite">
        <pre>FWIW, #testAll did not work as far back as Squeak 3.2 of 2002 vintage. 
The first error I encountered was in 
SyntaxMorph>><wbr>printCascadeNodeOn:indent: and I suspect that when 
SyntaxMorph was repurposed, cascades were not important.


On 11/29/17 9:31 PM, David T. Lewis wrote:
</pre>
        <blockquote type="cite">
          <pre>SyntaxMorph is in the Etoys package, but is missing the asMorphicSyntaxIn:
methods that are needed in the ParseNode hierarchy.

I tried importing the missing methods from an Etoys development image, 
which
is sufficient to make SyntaxMorph class>>test work. But SyntaxMorph 
class>>testAll
runs into problems, so I am expecting that the various compiler and Spur
enhancements in recent years mean that some work would need to be done in
this area.

I am inclined to commit the current (old) version the missing methods to 
the
Etoys package, but I do not want to do that if they were intentionally 
removed
or if someone has a plan to provide a fully working update.

Dave


</pre>
        </blockquote>
        <pre></pre>
      </blockquote>
      <pre></pre>
      <blockquote type="cite">
        <pre></pre>
      </blockquote>
      <pre></pre>
    </blockquote>
    <br>
  </div></div></div>

<br><br>
<br></blockquote></div><br></div></div>