Why not add namespace feature into standard C?



Since many of the modern computer languages have built-in namespace
features, I can't understand why not add this feature into standard C.
I've heard many people complain of the lacking of namespace in C. Of
course, namespace doesn't eliminate name polution, but it helps more
than just to put some prefix before a function name. Is it because
adding namespace will make C more complex or some other reasons?

.



Relevant Pages

  • Re: Why not add namespace feature into standard C?
    ... features, I can't understand why not add this feature into standard C. ... macro in a namespace safe way. ... because other languages are solving real problems in programming that C ...
    (comp.lang.c)
  • Re: C# vs VB.Net
    ... In VB.NET you have to ~remember to put in "namespace ... Also, in VB 6, you could have the IDE ... Status unknown - I haven't used the serialize features of dotNET. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Why not add namespace feature into standard C?
    ... I've heard many people complain of the lacking of namespace in C. ... prototypes (added by the 1989 ANSI C standard) ... I think some features of C99 were a step too far and its wide-spread ... language more complex, and the line has to be drawn somewhere. ...
    (comp.lang.c)
  • Re: Why not add namespace feature into standard C?
    ... I can't understand why not add this feature into standard C. ... I've heard many people complain of the lacking of namespace in C. ... I think some features of C99 were a step too far and its wide-spread ...
    (comp.lang.c)
  • Re: [PATCH 0/9] namespaces: Introduction
    ... bullet-point list of what features the kernel will need to get it to the ... priority points on my workqueue scheduler :-). ... virtualisation features ... FS namespace counting ...
    (Linux-Kernel)