News

JavaScript is a flexible language, allowing for all sorts of styles and programming paradigms. Although this breadth sometimes comes at a cost to readability or consistency across a code base, it ...
What is something you wish you knew when you first started functional programming? This question was originally answered on Quora by Tikhon Jelvis.
Working with functional programming requires a shift in your thinking, but has benefits in productivity for programmer and maintainer alike ...
Purely functional programming is a brilliant idea with a misleading name. When people talk about “purely functional programming”, they mean Haskell or something like Haskell. But that’s not ...
Juniper is a functional reactive programming language for the Arduino platform. What that means is that you’ll be writing your code using anonymous functions, map/fold operations, recursion, and ...
Object-oriented programming has been the standard for years, but more and more use cases are demanding a functional programming approach to solving problems. In this tutorial, we will look at Scala ...
The Resurgence of Functional Programming track at QCon Plus featured several experts describing how functional programming makes developing software a joyful experience. They also told why and how ...
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 ...
C# and TypeScript get a lot more attention, but Microsoft has also been steadily working to improve its F# programming language. The open source and cross-platform F# is officially described as a ...