DEV Community

[Comment from a deleted post]
Collapse
 
yogidevbear profile image
Andrew Jackson

If you're interested in seeing how to convert some of the OOP patterns into FP ones, I would highly recommend pragprog.com/book/mbfpp/functional...
It covers how patterns you would use in Java can be converted into FP patterns in Clojure and Scala.

Collapse
 
maartz profile image
Maartz

Thank you Andrew ! Coming from OO Java this fits totally my needs. I hope the gap between syntaxes will not be an issue.