文件名称:Functional Programming in Scala, 英文原版, 带完整目录.pdf
文件大小:10.38MB
文件格式:PDF
更新时间:2022-06-06 07:36:28
函数式编程 scala
Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with existing Java libraries make Scala a great place to start learning FP