<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 5, 2019 at 6:11 AM tim Rowledge <<a href="mailto:tim@rowledge.org">tim@rowledge.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm sure I remember someone making this work but can't spot any info right now.<br>
<br>
One should be able to make it so that a .st file could be made executable, start it with something akin to<br>
#! squeak my.image<br></blockquote><div><br></div><div>I think that could work if `squeak` is in your path.</div><div>Otherwise, `#!/path/to/vm/squeak /path/to/my.image` should work, right?</div><div><br></div><div>Fabio</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
and continue with<br>
<br>
| t  f |<br>
t:= [f := 4784969 fastDoublingFib asString] timeToRun.<br>
<br>
FileStream stdout<br>
        nextPutAll: 'fib(4784969) = '; <br>
        nextPutAll: f; <br>
        cr; <br>
        nextPutAll: 'time = '; <br>
        nextPutAll: t asString; <br>
        nextPutAll: ' mS'; <br>
        cr<br>
<br>
To effectively filein the remainder of the file contents.<br>
Shouldn't we?<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" rel="noreferrer" target="_blank">http://www.rowledge.org/tim</a><br>
Strange OpCodes: IAM: Increase Amperage Above Maximum<br>
<br>
<br>
<br>
</blockquote></div></div>