Functional Programming in Scala


出版时间:2014.8
官网链接:Manning
下载地址:百度网盘(PDF)

内容简介:

SUMMARY

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you’ll find concrete examples and exercises that open up the world of functional programming.

ABOUT THE TECHNOLOGY

Functional programming (FP) is a style of software development emphasizing functions that don’t depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP.

ABOUT THE BOOK

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to their everyday work. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you’ll find concrete examples and exercises that open up the world of functional programming.

This book assumes no prior experience with functional programming. Some prior exposure to Scala or Java is helpful.

WHAT’S INSIDE

  • Functional programming concepts
  • The whys and hows of FP
  • How to write multicore programs
  • Exercises and checks for understanding

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Graph Databases, 2nd Edition

2015-6-19 19:13:09

电子书

Discussing Design

2015-6-20 2:29:05

搜索