To get the paradigm of FP, you can read books , study code, take classes, and especially write your own code. Try to reimplement something easy from OOP to an FP approach. Do it again with some toy projects. Some good books to get started are Learn You a Haskell for Great Good! and Learn You Some Erlang for Great Good!
Where do I start with functional programming?
To get the paradigm of FP, you can read books , study code, take classes, and especially write your own code. Try to reimplement something easy from OOP to an FP approach. Do it again with some toy projects. Some good books to get started are Learn You a Haskell for Great Good! and Learn You Some Erlang for Great Good!