Mark Nichollskookerella.com·Jun 3, 2024Functional XSLT/XPath/XQuery - #2 Functor patternIn the previous blog we introduced some machinery, the id function, and function composition, we talked about function types, and invented an informal notion of parametric types in order to aid our thinking. We now move onto the functional patterns. ...Functional idioms in XSLT/XPath/XQueryXSLT
Giovanni Laquidaragiolaq.dev·May 22, 2023Functional Programming in Kotlin: Exploring FunctorsIntroduction As we learned in the previous articles, Functional programming is all about writing code that is concise, modular, and maintainable. One key concept that helps achieve these goals is the Functor. Functors provide a powerful abstraction t...191 readsFunctional Programming in KotlinKotlin