"Walter Bright" <newshou...@digitalmars.com> wrote in message news:gj1psc$14q...@digitalmars.com... > Chad J wrote: >> Or, better yet: >> Cross-platform C code. >> Get me that and I have a lot less reason to even care about the others. > > The problem with generating C code is: exception handling
Can't the normal exception handling boilerplating just be placed explicity in the functions? Or, I guess maybe that would require code that was specific to C-compiler/CPU combination?