CPPP19 Trip report - The first edition of the first french C++ conference
Last Saturday marked the first occurrence of the CPPP, the first conference dedicated to C++ on the French soil, organized by Frédéric Tingaud and Joel Falcou.
Last Saturday marked the first occurrence of the CPPP, the first conference dedicated to C++ on the French soil, organized by Frédéric Tingaud and Joel Falcou.
Generating Pythagorean triples using linear algrebra in modern C++ as an answer to the heated discussions around std::ranges in the C++ community.
If we succeed in this task, we will have succeeded in building what easily qualifies as one of the world most wasteful way to random shuffle. We now have a s...
A short story on the impact of ignoring errors and not knowing error modes in distributed systems, and how it lead to paralyse an entire system.
Generalized Algebraic Data Types gives us the power to develop type-safe Free Monads, without having to rely on continuation passing style.
My answer to the question asked on r/haskell on how to test code that lives in a Monad class with polymorphic functions.