mike | Shared With: Everyone - Nov 06 2009 | compiler, javascript, jsdoc, google
mike | Shared With: Everyone - Nov 06 2009 | javascript, minifier, obfuscation, lint, optimizer, compilerYou can use Google's new JavaScript minifier, Closure, here.
Besides whitepace compression, it shortens the names of local variables, and, in the Advanced mode, can remove unused code.
I think it has some built-in knowledge of the Closure Library too, so if you use that you can pull in only the parts that are used?
UPDATE - after playing with this for a few minutes, it's clear that Closure is WAY MORE than a minifier. Even in the Simple mode it can do unused code elimination, code folding, common subexpression elimination, unwinding function calls, etc.!
mike | Shared With: Everyone - May 23 2009 | python, compiler, optimization
Related Content from Around Faves
compiler
-
1 FaverViewed: 32 TimesQuoted: Introduction to Irony - a new technology of parser/compiler construction for .NET; Author: Roman Ivantsov; Section: Algorithms & Recipes; Chapter: General Programming
- derek - Oct 11 20064 FaversViewed: 5 Times
- rynoshark - Jun 22 20073 FaversViewed: 8 Times

![PyPy[architecture]](http://i.faves.com/01/9c/c2b2/dc4005a9/80ed785fa2a3ce1363_5.jpg)