Is D Language mature for MMORPG Client ?
Walter Bright
newshound2 at digitalmars.com
Fri Aug 10 16:21:55 PDT 2012
On 8/10/2012 3:50 PM, Paulo Pinto wrote:
> If you cared to follow the discussion up to the JPL documents, you
> would see that the majority of C code is actually generated via Python.
Then I stand corrected.
> As for the remaining handwritten part, it follows the JPL strict C coding
> standard, which is an extension of MISRA C, with so many restrictions that
> it kind of turns C into a Pascal like language.
I read that document, and it isn't that strict. In fact, I thought a lot of it
was just common sense, like not having a #if in one file and the matching #endif
in another.
More information about the Digitalmars-d
mailing list