News

Mixing generics and functional programming simplifies writing some extensibility libraries tremendously. For example, combining these techniques makes it easy to create a generic Undo library.
Bjarne Stroustrup is on a mission to simplify generic programming. In a recently published paper titled “Concepts: The Future of Generic Programming,” Stroustrup makes the case for concepts as ...
Functional programming means using functions to the best effect for creating clean and maintainable software. This article illustrates the concepts behind the functional paradigm with practical ...
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 ...
Go developers still cite generics as the top missing feature of the popular Go programming language.
What is something you wish you knew when you first started functional programming? This question was originally answered on Quora by Tikhon Jelvis.
Mixing generics and functional programming simplifies writing some extensibility libraries tremendously. For example, combining these techniques makes it easy to create a generic Undo library.