2 Dec 2008 12:38
Re: Type Synonyms in Scala
Geoffrey Alan Washburn <geoffrey.washburn <at> epfl.ch>
2008-12-02 11:38:47 GMT
2008-12-02 11:38:47 GMT
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.
RSS Feed