By Victor Ciura
Don’t look in the box!
Forget about Monads and burritos - let’s get practical and see how C++ got more functional by way of Rust Option(T) and Haskell Maybe.
Can we write cleaner code using continuations?
Let’s see how combinators (higher-order functions) can be used to manage control flow in a modular fashion.