现在位置 >首页 >
所有关于Scala的文章
The perfect starting point for your journey into Scala and functional programming.
Summary
In Get Programming in Scala you will learn:
Object-oriented principles in Scala
Express program designs in functions
Use types to enforce program requirements
Use abstractions to avoid code duplication
Write meaningful tests and recognize code smells
Scala is a multi-style programming language for the JVM that supports both object-oriented and functional program...