#xpath
Read more stories on Hashnode
Articles with this tag
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...
Usually 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...
We are now in a position to fill in a missing data type. Lets cover some XPath basics. Consider the following XSLT <xsl:stylesheet...
To the modern programmer these languages appear strange beasts, born when the world was obsessed with XML, it is declarative, almost functional, but...
In the previous blog we introduced some machinery, the id function, and function composition, we talked about function types, and invented an informal...