- 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.
- 程序設計與實踐(VB.NET)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Learning C++ Functional Programming
- 樂高機器人設計技巧:EV3結構設計與編程指導
- HTML5游戲開發案例教程
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- PostgreSQL 11從入門到精通(視頻教學版)
- Highcharts Cookbook
- 51單片機C語言開發教程
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 愛上micro:bit
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- PowerDesigner 16 從入門到精通
- Mastering JavaScript
- Koa與Node.js開發實戰