01 September 2014

In this article I’ll describe how the task of translating a JSON document to an HTML web page can be modularized with the use of monads. The monadic abstraction will allow us to add a variety of powerful features to our rendering pipeline, including validation, asynchrony, and dependency (JavaScript module) collection. … WORK IN PROGRESS