Functional Programming in Scala
โ Scribed by Paul Chiusano, Rรบnar Bjarnason
- Publisher
- Manning
- Year
- 2014
- Tongue
- English
- Leaves
- 322
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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, youll find concrete examples and exercises that open up the world of functional programming.
Functional programming (FP) is a style of software development emphasizing functions that dont 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.
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, youll 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.
โฆ Subjects
ะะธะฑะปะธะพัะตะบะฐ;ะะพะผะฟัััะตัะฝะฐั ะปะธัะตัะฐัััะฐ;Scala;
๐ SIMILAR VOLUMES
<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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
<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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
<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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
<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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
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