📜 ⬆️ ⬇️

Scala 2.11.0 release

image
Quietly and quietly released a new version of Scala. Proof
The release included many changes and improvements.



This release was made not “in breadth”, but “in depth”. Changes mainly relate to the improvement and optimization of the platform, rather than increasing functionality.
Therefore, I will describe only general changes. Details are best read in the original.
')

Modularity




Collections




Reflection, macros and quasiquotes


A lot of changes. The topic is not easy, for those interested in verbose details here

Compiler




In general, the source code has been optimized. About 5,000 pieces of unused code have been removed.
Java 8 support is not complete yet.
During the work on the 11th version, 613 bugs were fixed.

Source: https://habr.com/ru/post/220469/


All Articles