News

Paul Chiusano and Rúnar Bjarnason's Functional Programming in Scala "is not a book about Scala," say the authors, rather it is a principled introduction to functional programming that relies on ...
Functional programming has been around for the last 60 years, but so far it’s always been a niche phenomenon. Although game-changers like Google rely on its key concepts, the average programmer ...
What is something you wish you knew when you first started functional programming? This question was originally answered on Quora by Tikhon Jelvis.
Haskell isn't about to take over the world, but functional programming is slowly making its presence felt ...
Working with functional programming requires a shift in your thinking, but has benefits in productivity for programmer and maintainer alike ...
Purely functional programming languages such as Haskell are very strict in their approach to side effects. Monads can be used to compensate for this strictness in order to implement a lot of the ...
Neal Ford coined the term functional thinking to describe the mental shift required from developers trained primarily in object-oriented programming, who want to integrate functional programming ...
What are the best languages for getting into functional programming? This question was originally answered on Quora.
Haskell Programming Language Haskell is a purely functional programming language that is used to ensure reliability especially in such fields as finance or medicine.
I've been reading about functional programming lately and it is certainly interesting material. I don't pretend to understand everything and i hope this isn't a stupid observation: The one thing i ...