- Learn Scala Programming
- Slava Schmidt
- 209字
- 2021-06-10 19:35:38
Introduction to Scala 2.13
Scala 2.13 is the latest minor update of the Scala programming language. Despite looking like a minor bump in the version number, this release is much more important than it might appear.
The reason for this is that its main focus is the reworked collection library, which is going to replace the current version introduced in version 2.8 and slightly redesigned in version 2.9.
The new collection framework is here to stay in Scala 2 and also will become a part of Scala 3.
As it is mostly a library release, the language itself is not changing a lot as compared to the previous version. Apart from the collections, the new version improves on three aspects:
- Minimizes the core library
- Speeds up the compiler
- Improves user-friendliness
These details are outside of the scope of this book and we will not discuss them further.
Besides that, there is an addition of literal and singleton types, which we will discuss in detail in Chapter 2, Understanding Types in Scala, and a few minor changes to the standard library which we'll look at next, before diving into the sea of maps and lists.
Eager to look into the future? We'll take you there!
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Java 開發從入門到精通(第2版)
- 數據結構簡明教程(第2版)微課版
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 利用Python進行數據分析(原書第3版)
- Building Serverless Applications with Python
- 深入分布式緩存:從原理到實踐
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- ASP.NET開發與應用教程
- Visual FoxPro 6.0程序設計
- Java Web從入門到精通(第2版)
- 工業機器人離線編程
- LabVIEW數據采集
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Learning D3.js 5 Mapping(Second Edition)