This is a great 5-minute overview of the compiler, in broad strokes. If you're looking to work on a little to-JS language of your own, I hope it's helpful in getting started.<p>The video isn't up online quite yet, but at JSConf earlier this month, Brendan Eich and I talked (<a href="http://brendaneich.com/2011/05/my-jsconf-us-presentation/" rel="nofollow">http://brendaneich.com/2011/05/my-jsconf-us-presentation/</a>) about encouraging this sort of language experimentation. There are lots of other examples available at <a href="http://altjs.org" rel="nofollow">http://altjs.org</a>. Google's Traceur compiler, which implements their vision of the in-progress ES.next standard is a particularly good touchstone: <a href="http://code.google.com/p/traceur-compiler/wiki/LanguageFeatures" rel="nofollow">http://code.google.com/p/traceur-compiler/wiki/LanguageFeatu...</a>