- 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!
- C++案例趣學
- C程序設計簡明教程(第二版)
- PHP 7底層設計與源碼實現
- 看透JavaScript:原理、方法與實踐
- DevOps入門與實踐
- BeagleBone Media Center
- VMware vSphere 6.7虛擬化架構實戰指南
- 零基礎學Python數據分析(升級版)
- Advanced Express Web Application Development
- Vue.js 2 Web Development Projects
- Clojure High Performance Programming(Second Edition)
- 少兒編程輕松學(全2冊)
- Mastering Magento Theme Design
- GO語言編程從入門到實踐
- Alfresco for Administrators