What an unfortunate name. Perhaps, in the confusion, it will help to actually promote Rich Hickey's wonderful work.
"Clozure" is taken as well. http://www.clozure.com/clozurecl.html Any other consonants that can be shoe-horned into that slot?
Introducing Closure Tools
21–30 of 71 posts
Re: Introducing Closure Tools
#22Would anyone who already knows this tool, or is taking the time to learn it, care to explain what they mean by "compiles web apps down into compact, high-performance JavaScript"? I assume this is a JS-to-JS translator. How exactly are they transforming the JS? I mean, of course, besides the obvious things they mention: minification, removing dead code, and some error checking.
When you turn on advanced mode they do automatic inlining, variable substitution, and they don't respect the globalness of anything unless you specifically force something to be global.
YUI Compressor assumes anything not in a function is global, so it won't rename top level objects. Closure in advanced mode will trample through your globals and property names like rhinos mating in a field of daises.
Re: Introducing Closure Tools
#23What an unfortunate name. Perhaps, in the confusion, it will help to actually promote Rich Hickey's wonderful work.
The overlap of people interested in Clojure and people interested in Closure is rather small.
Re: Introducing Closure Tools
#24We can now use all the google fancy widgets (from gmail, gdocs, etc). Check this: http://closure-library.googlecode.com/svn/trunk/closure/goog...
Re: Introducing Closure Tools
#25Re: Introducing Closure Tools
#26Re: Introducing Closure Tools
#27So now there is Clozure common lisp, Clojure for the JVM, and now Closure. I was already getting the first two mixed up.
I am never going to be able to refer to an actual closure again and have anyone understand what I'm talking about, am I?
Re: Introducing Closure Tools
#28What an unfortunate name. Perhaps, in the confusion, it will help to actually promote Rich Hickey's wonderful work.
Re: Introducing Closure Tools
#29Wow, I have been seriously missing this outside google-land. So happy it's released; it's a fantastic set of tools, even if you only use the compiler as a glorified lint.
I already use lint in my build system, this looks like a good companion as well.
Re: Introducing Closure Tools
#30What an unfortunate name. Perhaps, in the confusion, it will help to actually promote Rich Hickey's wonderful work.
It was called Closure before Rich announced Clojure to the world.
GClosure, JSClosure, ClosureG, or ClosureJS