By bloid
via dow.ngra.de
Published: May 08 2008 / 07:36
I sat down with Martin Odersky yesterday and talked about the issues that bothered me in Scala. Turns out that the main reason for the lack of binary compatibility between releases are the concrete methods in traits. At the moment Scala compiler needs to generate stubs in every class mixing in those traits, which means that adding a fresh concrete method requires a full recompile against the trait.
Add your comment
Voters For This Link (11)
-
bloid -
yardena -
donna_moore -
yumariso -
mezmo -
bscarr -
victorymac -
villane -
pron -
ekabanov -
Konstantin.Scheglov