Comment on Scala 2.9.0 RC1 releasedComments−stephenjudkinsOP15yThere isn't as much new features in this release compared to the 2.7.7 -> 2.8.0 upgrade, but this is still a notable release.Not mentioned in the post but apparently included with this release it the new "Dynamic" trait, which enables runtime method dispatching. See http://squirrelsewer.blogspot.com/2011/02/scalas-upcoming-dy... for a better explanation and examples.
Comments
There isn't as much new features in this release compared to the 2.7.7 -> 2.8.0 upgrade, but this is still a notable release.
Not mentioned in the post but apparently included with this release it the new "Dynamic" trait, which enables runtime method dispatching. See http://squirrelsewer.blogspot.com/2011/02/scalas-upcoming-dy... for a better explanation and examples.