Six Questions for Ivan Čukić, author of Functional Programming in C++
Ivan Čukić has been coding since 1998, and is now a core developer in C++ at KDE. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.
By Frances Lefkowitz
From Haskell in Depth by Vitaly Bragilevsky
This article explores text processing in the functional programming style.
From Clojure: The Essential Reference by Renzo Borgatti
In this article we will explore some concrete examples of the many uses and intricacies of the fold function from the Clojure standard library.
From Functional Programming in C# by Enrico Buonanno
This article, from Functional Programming in C#, discusses laziness in computing.
From Get Programming with F# by Isaac Abraham
This article provides an overview of different “levels” of unit testing, and how and where they’re appropriate in F#. We’ll also discuss different forms of unit testing practices, including test driven development (TDD).
From Get Programming with Haskell by Will Kurt
This article takes a deep look at the Applicative Type Class using the example of the List class.