Mark Nichollskookerella.com·Jun 9, 2024Functional XSLT/XPath/XQuery - #4 MonoidUsually in these sorts of tutorials Monoid comes first, its the simplest, easiest most familiar sort of thing, we don't really even need code to describe it, its loosely the theory of having something you can composing two things together and getting...XSLT
Kelvin Sekxkelvinsekx.hashnode.dev·Jun 7, 2022Everything Monoid in Functional ProgrammingMonoids have since been in existence. Although mathematics made them popular, monoids have become an important concept in functional programming. If you make a quick search on monoids in your browser, everything that would come up on your first searc...3 likes·79 readsJavaScript