48

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?

oxbow_lakes
  • 133,303
  • 56
  • 317
  • 449
  • 4
    There is some more discussion here: [Scala Roadmap Post 2.9.0](http://stackoverflow.com/questions/5966068/scala-roadmap-post-2-9-0) – Kipton Barros Sep 07 '11 at 16:55
  • You could watch or read the notes of the [ScalaDays 2012 keynote](http://www.reddit.com/r/programming/comments/t0lyl/scaladays_2012_oderskys_keynote_where_scala_is/) by Odersky. – schmmd May 02 '12 at 02:27
  • 1
    @daniel-c-sobral has prepared the following excellent guide to new Scala 2.10 features: http://www.slideshare.net/dcsobral/scala-210-english – Seth Tisue Sep 21 '12 at 16:11

4 Answers4

23

The smaller items:

Some changes which I hope will be included:

soc
  • 27,983
  • 20
  • 111
  • 215
  • Your main link to significant improvements/changes is broken. It seems the hosting service provider is out of business. – JimN Oct 09 '13 at 21:12
16

Martin Odersky just put slides from ScalaDays 2011 on the web. Last few pages of the presentation shows the desired direction for Scala.

Martin Odersky ScalaDays 2011 - Presentation Slides

Peter Siska
  • 161
  • 2
  • 5
12

Martin Odersky announced new features at Devoxx several days ago. I blogged about it (you can also find photos and presentation slides here.

tenshi
  • 26,268
  • 8
  • 76
  • 90
1

Odersky's talk What's new in Scala 2.10 at Java One 2012 contained pretty much the latest details about this.

Nils Schmidt
  • 3,702
  • 6
  • 23
  • 28