John Bender: Faster JavaScript with Category Theory

Applying Category Theory to improve performance in HTML by:
◇ Two categories : Ob (HTML), Ob (JQuery)
◇ Functor between these 2 categories.

In essense, it is by mapping the slow browser HTML codes to higher performance JQUERY (Javascript ) codes in manipulating Document objects.

Note: ClojureScript runs on Javascript.