NWCPP

Programming Talks tagged with: "NWCPP"

C++17: I See a Monad in Your Future

C++17: I See a Monad in Your FutureAbstract The introduction of lambdas and first class function objects forever changed the nature of C++, opening up the floodgates to functional programming. Sometimes the best library design is based on a pattern that's very familiar to a Haskell programmer but alien to a C++ programmer. The new std::future proposal ...