2009/7/18 Schwab,Wilhelm K <[email protected]>: > Back to the topic at hand; let's see if I am following. Start with a core > image, run a script that installs what looks like a Pharo web image, makes a > few changes to settings in favor of speed, and you get something that you > find faster than Pharo?? Did you make the same speed selections in Pharo? > If so, one wonders what happened between core and Pharo-dev/web that Lukas > did not do to the core image.
The difference is OB-Enhancements. OB-Enhancements is currently installed in Pharo (not for long) but not in Lukas' script. OB-Enhancements brings a MC package browsing whearead Lukas' brings a Pharo category browsing. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
