函数是Scala 中的一等公民。
本文讨论Scala函数式编程的一些基本原理。你将会学到如何使用高阶函数,以及重用已有代码时,遵守 DRY 原则。
Scala 的集合库很棒 #
So what does the above buy you anyway? The following are some examples from Scala’s own collections library.那么,以上这些到底给你带来了什么?以下是 Scala 自己的集合库中的一些示例。
You can sum things up in sequences, as long as you have an implementation of type-class Numeric[T]
in