> > Yes, we discussed about having a superclass. The problem is where is > that class? It should be in the "core" of Pharo, Squeak, Gemstone. See > this thread: > > http://groups.google.com/group/metacello/browse_thread/thread/c056f4e44e4523f0/ > > Could someone please ilustrate the usage and examples , and > maybe put it on the Pharo Web Page. Specially because it > seems to be the standard way of loading monticello projects > now.
Why don't make the bootstrap process to self compile the required class in the hosting environments. This way the hosting environment musn't have anything about Metacello but it can compile/install the required classes as the first steps of the bootstrap process. Or maybe I'm talking nuts :) Cheers -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
