Signed word lengths and indexes

Walter Bright newshound1 at digitalmars.com
Tue Jun 15 12:02:06 PDT 2010


bearophile wrote:
> D also lacks a good number of nonstandard C features that are present in the
> "C" compiled by GCC, such low-level features and compilation flags can be
> quite useful if you write a kernel. Even LDC has a bit of such features.

It's interesting that D already has most of the gcc extensions:

     http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc_4.html

as standard features, rather than extensions. Being part of the standard 
language implies D being more suitable for kernel dev than standard C is.


More information about the Digitalmars-d mailing list