<span style="font-family:Prelude, Verdana, san-serif;">What extra files? The only non-st file in there should be the binary snapshot, and that just uses the images' binary format for faster store/load on compatible systems. If it isn't there or has an incompatible format, MC will compile the st source.<br><br></span><span id="signature"><div style="font-family: arial, sans-serif; font-size: 12px;color: #999999;">--<br>Sent from my mobile. Please excuse me for being brief.</div></span><span style="color:navy; font-family:Prelude, Verdana, san-serif; "><hr align="left" style="width:75%">On 10 Sep 2011 07:24, Overcomer Man &lt;overcomer.man@gmail.com&gt; wrote: <br><br></span>In my quest to install a Video application discovered in Squeak&#39;s Universe browser into Cuis, I asked for help and received three critical pieces of information.  The fact .mcz files are .zip files which need renamed to see what&#39;s inside.  The location of the FFI library, invisible from the main Squeak webpage.  And the packages within FFI to fileIn and in what order.  The FFI works but the video application is still not fully installed, due to another unknown bug.<div>
<br></div><div>Along the way I noticed the .mcz files contained a lot of other junk besides Smalltalk code, and all the code for several FFI sub-projects is under the same filename inside the different packages.  Using .mcz instead of .zip is unnecessary complexity. The extra packaged files are not Smalltalk.  Why not just use Smalltalk?</div>
<div><br></div><div>This reminds me of a job experience where the boss insisted I use a new GUI-builder to add some features to Hot-Draw.  I knew Smalltalk, not the language of the new GUI-builder.  So I worked with the inspector and discovered the code needed to accomplish the job and did it in Smalltalk.  The boss didn&#39;t realize the GUI-builder was a language divergence from Smalltalk and work done with it was not maintainable.</div>
<div><br></div><div>It&#39;s obvious the Universe brower is passe&#39;.  Do we really need the Monticello browser or half the other tools?  Cuis frees programmers from a lot that isn&#39;t Smalltalk.  People will do what they want but I suspect some forks, even Pharo, could be collapsed into Cuis.</div>
<div><br></div><div>We need to focus on Smalltalk and developing user friendly applications with it.  Building tools that obscure Smalltalk may lead to unmaintainability.  The job of tools is to do real work for the end user.  Occasionally a new tool is needed but constantly working on the toolbox is usually unnecessary.  Keep It Simply Smalltalk.</div>