Articles in this series
In the previous blog we introduced some machinery, the id function, and function composition, we talked about function types, and invented an informal...
To the modern programmer these languages appear strange beasts, born when the world was obsessed with XML, it is declarative, almost functional, but...
We are now in a position to fill in a missing data type. Lets cover some XPath basics. Consider the following XSLT <xsl:stylesheet...
The monad is probably the most written about functional pattern, it is famous for convoluted and obtuse explanations, but I will steal some of the...