
CMake, Git and Functional Programming
CppCast
00:00
Functional Programming in C++
I've been functional programming since 2003 when I started messing around with Haskell. If you look at really good quality C++ code it is functional. It has the style of a functional programmer. So keep everything to a minimum. Do it in a mathematical way. Come up with a mathematical semantics for it. And then you're going to end up coming up with code which is extremely reusable and will solve problems that you have today as well as unforeseen problems in the future.
Transcript
Play full episode