Actions
Architecture #3229
closedSwitch to Scala 2.10
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Scala 2.10 was release in December, and it brings lots of new features and improvement, the most intersting for us being:
- faster bytecode (JVM 1.6) and compilation (depending of the soure code) + possibility to analyse compile time
- warning about "dangerous" features, especially to use of reflexive type (generally not what we want)
- string interpolation, allowing far cleaner code especially for server-side generated Javascript
- AKKA intégration + future&promise, allowing to use reliable actors and a simplified async programmation model
Actions