M
Martin Gregorie
Agreed.I don't think it is required to be in any specific languages.
That would be my guess too, with as much POSIX compliance as possible.I would expect it to be coded in C (with possible a bit of C++) on all
platforms - both POSIX complaint and non POSIX compliant.
Sure, but it still pays for the major JVM suppliers to keep as much codeBut JVM's are very platform specific, so they do not have a problem with
platform specific code.
as possible platform independent. If they restrict themselves as far as
possible to portable functions and constructs they can minimize the size
of the #ifdef forest and/or the set of platform-specific source modules.