登录 注册
当前位置:主页 > 资源下载 > 13 > Functional Programming in Scala, 英文原版, 带完整目录.pdf下载

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

  • 更新:2024-06-30 11:03:02
  • 大小:10.38MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:PDF

资源介绍

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