- 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.
- 大學計算機基礎(第二版)
- DB2 V9權威指南
- 區塊鏈架構與實現:Cosmos詳解
- INSTANT Mercurial SCM Essentials How-to
- Oracle JDeveloper 11gR2 Cookbook
- Learning Apache Mahout Classification
- 小學生C++創意編程(視頻教學版)
- Hands-On Full Stack Development with Go
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 你必須知道的.NET(第2版)
- Laravel 5.x Cookbook
- 大象:Thinking in UML(第二版)
- Developing Multi:Platform Apps with Visual Studio Code
- Mastering PostCSS for Web Design
- Python量化交易實戰:使用vn.py構建交易系統