Web Development

ClojureScript: A Clojure to JavaScript Compiler

ClojureScript: A Clojure to JavaScript Compiler

Scott Hanselman’s follow-up to his JavaScript is Assembly Language for the Web post from earlier this month has been circulating this week. Hanselman talks about both the minification and obfuscation of code, and the use of JavaScript as a target language for other languages to compile to. It’s more or less the same point CoffeeScript creator Jeremy Ashkenas made at JSConf. To help make the point, Ashkenas shared a list of languages that compile to JavaScript …