Geoffrey Alan Washburn | 2 Dec 2008 12:38
Picon
Picon
Favicon

Re: Type Synonyms in Scala

Ricky Clarkson wrote:
> Would I be correct in saying that to support what Bruno wants without 
> problems Scala would have to introduce its own classloader?

Using a custom classloader might work.  However, based upon what Martin 
has told me, the Java classloader design is completely broken because it 
is not compositional.  Therefore, requiring a custom classloader for 
Scala programs completely rules out the ability to use Scala in a number 
of important places, like Eclipse, where an alternate classloader cannot 
be specified.


Gmane