This document discusses using ClojureScript to build parts of Magento sites in order to avoid frustration with some of Magento's UI components. It introduces ClojureScript as a hosted LISP dialect that compiles to JavaScript and allows good interoperability with JavaScript code. The author argues that ClojureScript's features like immutability, data structures, and compiler optimizations could help developers build Magento sites more quickly and with better quality. Examples are given of how ClojureScript code interacts with JavaScript in Magento. Recommendations are made for resources to learn more about ClojureScript.