Functional Programming in Scala 英文原版 带完整目录.pdf

u32828 18 0 PDF 2021-04-27 02:04:03

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

用户评论
请输入评论内容
评分:
暂无评论