Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is coming up for scala in 2.10? [closed]

Obviously there is the reflection library but what else can we expect to see in the next release of scala? Any language changes? Is there a website where I can see a roadmap?

like image 494
oxbow_lakes Avatar asked Sep 07 '11 16:09

oxbow_lakes


1 Answers

The smaller items:

  • Huge @deprecation cleanup
  • scala.Dynamic could be finally enabled by default
  • Huge improvements to documentation
  • Many fixes which make ScalaDoc a pleasure to use
  • Fixes to the continuation compiler plugin
  • Faster hashing algorithm for Products and collections

Some changes which I hope will be included:

  • Removal of scala.dbc
  • Removal of useless code examples and flower pictures which currently ship with the standard library
like image 161
soc Avatar answered Sep 22 '22 04:09

soc