Skip to content

Releases: xtofl/articles

Monoids in C++ - lambda style

10 Feb 14:57
Compare
Choose a tag to compare

After the becpp presentation, some fixes were suggested.

Also, made the monoid a lot nicer to use, with the help of C++ lambda functions

Presented at becpp

05 Feb 16:11
Compare
Choose a tag to compare

As presented at BECPP meeting on Februari 4th, 2019.

Monoids in C++ presentation for becpp

03 Feb 18:42
Compare
Choose a tag to compare
Pre-release

A story of using a design pattern from Function Programming, as always, reducing code through common abstractions.