Questions tagged [google-closure]
The google-closure tag has no summary.
3 questions
19 votes
5 answers
2k views
Is Google Closure a true compiler?
This question is inspired by the debate in the comments on this Stack Overflow question. The Google Closure Compiler documentation states the following (emphasis added): The Closure Compiler is a ...
4 votes
2 answers
3k views
Getting started with ClojureScript and Google Closure
I would like to investigate whether ClojureScript, with the associated Google Closure library is a reasonable tool to build modern, in-browser, Javascript applications. My current Javascript stack ...