1. 首页
  2. 编程语言
  3. 其他
  4. Functional Programming in Scala

Functional Programming in Scala

上传者: 2019-09-03 14:58:17上传 PDF文件 10.38MB 热度 14次
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 of
用户评论