Skip to content

GhiaC/FunctionalProgrammingSolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FunctionalProgrammingSolution


My solutions for Functional Programming Scala Paul Chiusano book ( https://www.amazon.com/Functional-Programming-Scala-Paul-Chiusano/dp/1617290653 )

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.

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, they'll find concrete examples and exercises that open up the world of functional programming.

About

My solutions for Functional Programming Scala Paul Chiusano book ( https://www.amazon.com/Functional-Programming-Scala-Paul-Chiusano/dp/1617290653 )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages