<div dir="ltr"><div><div><div><div>Did you read this answer of Andreas to my plan B?<br><br>In other words, there needs to be a very clearly cut line: If you need 
<br>compatibility, you use e.g., Smalltalk allClasses, Smalltalk 
<br>vmParameters, Smalltalk garbageCollect. If you don&#39;t, you&#39;re free to use 
<br>Namespace default allClasses or VirtualMachine current parameters or 
<br>System soleInstance garbageCollect or Smalltalk vm parameters or 
<br>Smalltalk namespace allClasses. All of these can be delegated trivially 
<br>to from the Smalltalk facade making it very easy to provide the 
<br>necessary level of compatibility while leaving room for innovation.
<br><br></div><div>Since Smalltalk is SmalltalkImage current, you don&#39;t need to preoccupate anymore, just write Smalltalk, it&#39;s all for compatibility.<br></div><div>That&#39;s what I meant by saying that Cuis compatibility was just a few messages away.<br>
</div><div><br></div></div>So maybe it&#39;s some of the messages of Smalltalk class methodDictionary that you don&#39;t like?<br></div><div>There probably is a bit of cruft that have not been cleaned up, but that&#39;s how you buy compatibility...<br>
With an extreme point of view, empty is clean ;)<br>If you badly need to import packages in Cuis, then nothing prevents you to add a Squeak-Compatibility layer (or Pharo), and let Cuis itself clean.<br></div><div><br></div>
<div>Note that SmalltalkImage is not a Pharoism, though pushed by creators of Pharo. It&#39;s from Squeak 3.9.<br>Currently, the only message inserted in Squeak for Pharo compatibility are Smalltalk vm, Smalltalk os, and maybe I forgot 1 or 2, that&#39;s not much cruft. And we did not use them so far.<br>
<br>Anyway, whether this cruft is implemented in SmalltalkImage current or in SystemDictionary should hardly be a problem right?</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/21 Casey Ransberger <span dir="ltr">&lt;<a href="mailto:casey.obrien.r@gmail.com" target="_blank">casey.obrien.r@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF"><div>Inline<div class="im"><br><br>On Jul 21, 2013, at 2:01 PM, Nicolas Cellier &lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.com</a>&gt; wrote:<br>
<br></div></div><div class="im"><div></div><blockquote type="cite"><div><div dir="ltr"><div><div>You mean bring back so called Plan-A from <a href="http://forum.world.st/SmalltalkImage-current-vs-Smalltalk-plan-B-tt1577429.html#none" target="_blank">http://forum.world.st/SmalltalkImage-current-vs-Smalltalk-plan-B-tt1577429.html#none</a><br>

</div>You&#39;ll have to read the whole thread for pros and cons.<br></div>The funny thing is that Cuis compatibility might just consists in a few messages..</div></div></blockquote><div><br></div></div><div>A few messages and actually wanting this junk in my nice clean image, yes;)</div>
<div><br></div><div>I hate saying that because I know someone put their heart into these changes, but I don&#39;t really want them. </div><div><br></div><div>For all I know though, it&#39;s already in Cuis. I haven&#39;t tried porting anything for awhile. </div>
<div><div class="h5"><br><blockquote type="cite"><div><div class="gmail_extra"><div class="gmail_quote">
2013/7/21 Casey Ransberger <span dir="ltr">&lt;<a href="mailto:casey.obrien.r@gmail.com" target="_blank">casey.obrien.r@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi folks,<br>
<br>
IIRC there was a long discussion about SmalltalkImage current.<br>
<br>
I believe the current state of affairs (pun intended) arose because they did this SmalltalkImage thing in Pharo, and folks wanted to be code compatible without having to actually take the changes from Pharo, which some people had objections to.<br>


<br>
I don&#39;t remember what the objections were, but I do think I remember a general theme of &quot;this is an unnecessary refactoring.&quot; I think Andreas sort of begrudgingly checked it in.<br>
<br>
I noticed this a lot because it&#39;s a Pharoism that I had to rip out of applications when porting them from either dialect to Cuis.<br>
<br>
While it would make us less compatible with Pharo, I think we should just rip this out. Move it to an external Pharo-Compat package somehow or something.<br>
<br>
That&#39;s my two cents. To me Smalltalk is a representative of the object memory *and* the VM *and* the interactive development environment, because when I read the Blue Book, I finished with the view that Smalltalk is comprised of these three things. But that&#39;s just epistemological, and I guess practical concerns sometimes displace thoughts about thinking.<br>


<div><div><br>
On Jul 20, 2013, at 1:10 PM, &quot;David T. Lewis&quot; &lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt; wrote:<br>
<br>
&gt; On Sat, Jul 20, 2013 at 10:09:01AM -0700, tim Rowledge wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 20-07-2013, at 9:36 AM, Bob Arning &lt;<a href="mailto:arning315@comcast.net" target="_blank">arning315@comcast.net</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; When I see longer ways of saying something replacing shorter ways, I always wonder if the perceived benefit has been realized. Are there success stories out there for &quot;SmalltalkImage current&quot; enabling something cool that &quot;Smalltalk&quot; could not?<br>


&gt;&gt;<br>
&gt;<br>
&gt; None that I am aware of.<br>
&gt;<br>
&gt;&gt; IIRC the original idea was that SystemDictionary was overloaded with nothing-to-do-with-dictionary methods and needed to go on a diet. I don&#39;t recall it being suggested that the smarter thing would have been to remove the *dictionary* stuff and put that somewhere else to use as an environment for compiling, leaving the useful system management methods attached to something called &#39;Smalltalk&#39;. I really don&#39;t like the current (sic) setup where there is SmalltalkImage SystemNavigation and Smalltalk and probably other split out stuff I haven&#39;t even found.<br>


&gt;&gt;<br>
&gt;&gt; Time for re-unification.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Yes. Some if this is half-finished work that probably falls under the category<br>
&gt; of what Andreas rather uncharitably (but accurately) referred to as &quot;random<br>
&gt; refactorings&quot; from the Squeak 3.9 era. From my point of view, it was stuff<br>
&gt; being shuffled about for the sake of moving it around, but without a coherent<br>
&gt; conceptual basis for the &quot;improvements&quot;.<br>
&gt;<br>
&gt; Having said that, I do think that allowing &quot;Smalltalk&quot; to become a dumping<br>
&gt; ground for otherwise homeless methods is not a very good idea either, so some<br>
&gt; amount of refactoring is in order. And I think that it is a good thing to have<br>
&gt; some conceptual separation between things that are associated with the Smalltalk<br>
&gt; environment itself, versus things that are associated with the virtual machine<br>
&gt; (capabilities or lack thereof in the supporting VM), versus things that are<br>
&gt; associated with the underlying platform (operating system, file systems,<br>
&gt; and so forth).<br>
&gt;<br>
&gt; I have not really wrapped my head around Environments yet, but I&#39;m pretty<br>
&gt; sure that this is a very good thing, and that it will help to clarify things<br>
&gt; conceptually. So this seems to be a good time to rethink some of the earlier<br>
&gt; mis-factorings and put them into a more clearly defined context. So, for<br>
&gt; example, the notion of a &quot;current Smalltalk image&quot; seems like complete<br>
&gt; nonsense to me, but the the notion of a current Environment might make a<br>
&gt; lot of sense. The notion of a current VM also makes sense (we restart our<br>
&gt; images on different VMs that have different capabilities). And it probably<br>
&gt; makes sense to have something that represents the current operating system<br>
&gt; platform (the &quot;same&quot; VM might be running on different operating systems<br>
&gt; and/or different file systems).<br>
&gt;<br>
&gt; Dave<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span></span><br></div></blockquote></div></div></div><br><br>
<br></blockquote></div><br></div>