Higher Order Functions for ordinary developers - Björn Fahller - Meeting C++ 2018
HOFs explained by Björn Fahller
Higher Order Functions for ordinary developers
by Björn Fahller
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Feb 13, 2019 05:38 AM | Tags: performance meetingcpp intermediate functional programming fp experimental efficiency c++17 advanced
HOFs explained by Björn Fahller
Higher Order Functions for ordinary developers
by Björn Fahller
By Meeting C++ | Feb 1, 2019 06:16 AM | Tags: meetingcpp intermediate functional programming experimental c++17 basics advanced
Phil Nash presenting on your options with Optional
Option(al) is not a failure
by Phil Nash
By Jon Kalb | Feb 25, 2017 01:21 PM | Tags: slack cpplang safe numerics jon kalb jackie kay functional programming embo++ embedded programming embedded c++ cppchat community c++now boost
CppChat:
CppChat[12]: + As a Service
with Jackie Kay, Robert Ramey, and Jon Kalb
From the chat:
Jackie, Robert, and Jon discuss Jackie's talk at last week's emBO++ and the upcoming Boost review of Robert's Safe Numerics library. We also discuss Kona, Slack, C++Now, and functional programming C++.
By Meeting C++ | Jan 1, 2015 06:28 AM | Tags: performance intermediate functional programming functional experimental efficiency c++14 c++11 advanced
Ivan Cukic gave a very good talk on monads at Meeting C++ 2014:
by Ivan Cukic
From the talk description:
Monads are scary, and monads are evil. But they are still useful.
In the recent years, the abuse of multi-threading has become apparent and more and more systems started being developed in the reactive, or event-processing style. It allows lowering the number of threads to match the system cores instead of items that are being processed by using non-blocking asynchronous APIs.