- Learning Scala Programming
- Vikash Sharma
- 167字
- 2021-06-30 19:07:43
Preface
Scala, despite being a general purpose JVM-based language like Java, provides an edge with functional programming primitives. Scala has a rich type system, which makes it more expressive. Using type systems, developers can write applications that are less error prone at runtime. Once you have spent enough time learning and practicing concepts, working with Scala is fun. Rich constructs and abstractions have made it powerful, and even framework and library developers enjoy working with Scala.
Keeping these points in mind, this book provides you with all the essentials you need to write programs using Scala. It has all the basic building blocks someone new to Scala might want to know about it, along with the reasons for using it. One of the major goals of this book is to enable you to choose a particular construct above another.
This book will be a companion on your journey towards learning and writing good software using Scala. We believe it'll be a fun journey for you all.
- C及C++程序設計(第4版)
- Visual Basic .NET程序設計(第3版)
- 玩轉Scratch少兒趣味編程
- 自然語言處理實戰:預訓練模型應用及其產品化
- 程序員面試白皮書
- Visual C++程序設計學習筆記
- Delphi程序設計基礎:教程、實驗、習題
- Java Web基礎與實例教程(第2版·微課版)
- Java入門很輕松(微課超值版)
- Visual C++數字圖像模式識別技術詳解
- Git高手之路
- Python數據分析(第2版)
- Mastering Apache Maven 3
- Learning Unity 2D Game Development by Example
- Mastering Android Development with Kotlin