Hi
I'm about to write a new package reference plugin for moose. Now I have to pay attention because of the way namespaces and packages are orthogonal in Smalltalk. I have a question: when we will be loading java code in Moose what will be a Java package? a moose namespace or a moose package?
If this is a namespace then I will have certainly to duplicate the logic in package and namespace and I would like to avoid that. Does anybody have an idea how to avoid that?
Stef