May 16, 2011
4:47 p.m.
As you may know, Squeak was inherently designed to not care about a command-line and any stdio, so we don't have a standartized way to handle command-line and standard input/output :( I don't remember what exactly was done in 1.3. Some cleanup i guess.
not only cleaning, we can specify that a certain extension should be handled in a certain way without breaking because this is not 100% smalltalk for example. For example a coral script (which has a different syntax than a cs) can be loaded without breaking and breaking the laoding of cs. Stef