2014-06-27 8:38 GMT-03:00 Alexandre Bergel <alexandre.bergel(a)me.com>om>:
But this solve only partially the problem. How do you
reference a class
then?
I cannot write Smalltalk at: #myclass all the time
Another solution would be to put the code that does the exporting in a
different package, but this is quite some work.
Have you explored instructing the compiler to accept unloaded class names
and then associate those names with a block which load the package?
Hernán