RE: SIDE NOTE: CIL Schema

"Miller, Brian" <[email protected]> Wed, 12 Jan 2005 09:52:56 -0700
Newsgroups gmane.text.xml.o-xml
Message-ID <[email protected]>
Alexander Genaud wrote:
>
>I have flags to turn off type-checking and method wrapping at
>runtime, once I am convinced the code is well tested (but
>then may loose stack traces and some error handling).

Safety and convenience tend not to be important in a target platform.
Those concerns are pushed up to the source language.  Subtle runtime
bugs usually aren't a problem in generated code.  If there's a bug,
it'll be replicated in many places and so be easy to discover and
diagnose.  Your general expertise at JavaScript would help most.