$ ls -la ./programming

-r--r--r-- monoids.md

The hero of programming: The Monoid

When talking about monoids its important to first understand what it means to be a monoid. A monoid, mathematically speaking is a structure with a binary operation, that has a neutral or identity element, is closed, and obeys the law of associativity, but that definition without any context is not easy to understand.

read more →