Questions:<p>1) Is this feature-complete and stable?<p>2) How do you do inheritance safely in compiled JS? Because of the way prototyping and scoping are handled in JS, I'm curious how a large, object-oriented structure would perform when compiled to JS.