from a naive skim,it looks like a book that is about how to model category theory in SML.
A lot of the encodings seem to around that
I've over time gotten a lot out of efforts to model category theory in agda, one example being https://github.com/copumpkin/categories (though theres many more).
Along those lines, any idea where I might find some good, minimal examples of category theoretic models implemented in a mainstream language? I have no doubt that strictly typed functional languages have a more convenient syntax for these concepts, and that translating those into Python, or even Java, would be difficult. But not impossible, and it might even help to illustrate why Haskell and ML are appealing choices to someone wanting to use these models in production.
Curious, why does the date of the pdf matter? Not saying it applies here, but typically results in mathematics (unlike those in tech industry) do not become outdated and whatever is true today in mathematics is true tomorrow. So, for instance if you proven a mathematical theorem in 1661, then that theorem is still true today.
A lot of the encodings seem to around that
I've over time gotten a lot out of efforts to model category theory in agda, one example being https://github.com/copumpkin/categories (though theres many more).