July 22, 2010
6:55 p.m.
Yes!
AFAIK there's no usable namespace implementation for Pharo. As soon as one will be available, that will be able to solve the class lookup.
I'm not sure about what you imply by class lookup. So far a class is defined in an environment and we can have multiple environment. We did some tests with lukas and the browser nearly worked.
Right, but a lot of refactorings in the past were made to get rid of the hardcoded references to Smalltalk. Now a method like #asClass just puts it (secretly) back in. Classes should be looked up in the context of a context, such as an existing class.