- Scala for Java Developers
- Thomas Alexandre
- 114字
- 2021-07-16 11:58:35
Chapter 1. Programming Interactively within Your Project
Moving away from a well established and mature language such as Java requires some pretty good reasons. Before pragmatically trying out some of the apparent differences between Java and Scala in order to get acquainted with the Scala syntax, we are going to clarify what makes Scala so attractive.
In this chapter, we will cover the following topics:
- The advantages of using Scala for Java projects
- Getting familiar with the syntax of the language through a crash course following an interactive session, including case classes, operations on collections, and a glimpse of some useful features such as options, tuples, maps, pattern matching, and string interpolation
推薦閱讀
- Learning Neo4j
- Java應用與實戰
- Visual C++程序設計學習筆記
- What's New in TensorFlow 2.0
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- HBase從入門到實戰
- Git高手之路
- Python GUI Programming Cookbook
- ASP.NET開發與應用教程
- HTML5+CSS3 Web前端開發技術(第2版)
- Learning PHP 7
- Mastering Web Application Development with AngularJS
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Mastering Object:Oriented Python(Second Edition)
- Python計算機視覺與深度學習實戰