<br><br><div class="gmail_quote">On Wed, Nov 9, 2011 at 5:20 PM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 11/9/2011 2:45 PM, Danni Coy wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
how many keywords in D are needed because the preprocessor is built into the<br>
language itself?<br>
</blockquote>
<br></div>
It's true, people forget about the preprocessor keywords when counting C++ keywords.<br>
<br>
<br>
</blockquote></div><br><div>You're right, I did forget about the preprocessor.  Besides the usual things in the header files, I always try to avoid macros.</div><div><br></div><div>There are about 20 directives, so that puts the keywords count for C++ to 101.  It's still fewer than D.  Does that mean D is more complex than C++?</div>
<div><br></div><div>Python with 33, I think most would agree that is has a very consice grammer. </div><div><br></div><div><br></div>