www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D spec keyword index

reply Kirk McDonald <kirklin.mcdonald gmail.com> writes:
Because I am still pretty new to the language, I keep getting hung up on 
the precise meanings of some of the various keywords. (auto-meaning-RAII 
vs. auto-meaning-type-inference had me scratching my head for a while.) 
To fix that, I wrote myself an index of the various keywords in the 
spec. It's pretty rudimentary, and of course *writing* the index was 
more educational for me than the index itself is. I'm not sure if anyone 
else would find this useful, but here it is anyway:

http://216.190.88.10:8087/media/d_index.html

I've placed it in the public domain, so do whatever you like with it. It 
might do well on Wiki4D.

-Kirk McDonald
May 31 2006
next sibling parent jcc7 <jcc7_member pathlink.com> writes:
In article <e5juaf$2ec1$1 digitaldaemon.com>, Kirk McDonald says...
Because I am still pretty new to the language, I keep getting hung up on 
the precise meanings of some of the various keywords. (auto-meaning-RAII 
vs. auto-meaning-type-inference had me scratching my head for a while.) 
To fix that, I wrote myself an index of the various keywords in the 
spec. It's pretty rudimentary, and of course *writing* the index was 
more educational for me than the index itself is. I'm not sure if anyone 
else would find this useful, but here it is anyway:

http://216.190.88.10:8087/media/d_index.html

I've placed it in the public domain, so do whatever you like with it. It 
might do well on Wiki4D.
Cool! I like it! I put it at http://www.prowiki.org/wiki4d/wiki.cgi?LanguageSpecification/KeywordIndex jcc7
May 31 2006
prev sibling next sibling parent reply "Craig Black" <cblack ara.com> writes:
Excellent reference.  Walter should include this in with his documentation.

-Craig 
May 31 2006
parent Bruno Medeiros <brunodomedeirosATgmail SPAM.com> writes:
Craig Black wrote:
 Excellent reference.  Walter should include this in with his documentation.
 
 -Craig 
 
 
Yep, something like this could be a glossary/index in the D doc. -- Bruno Medeiros - CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Jun 03 2006
prev sibling parent Dave <Dave_member pathlink.com> writes:
Kirk McDonald wrote:
 Because I am still pretty new to the language, I keep getting hung up on 
 the precise meanings of some of the various keywords. (auto-meaning-RAII 
 vs. auto-meaning-type-inference had me scratching my head for a while.) 
 To fix that, I wrote myself an index of the various keywords in the 
 spec. It's pretty rudimentary, and of course *writing* the index was 
 more educational for me than the index itself is. I'm not sure if anyone 
 else would find this useful, but here it is anyway:
 
 http://216.190.88.10:8087/media/d_index.html
 
 I've placed it in the public domain, so do whatever you like with it. It 
 might do well on Wiki4D.
 
 -Kirk McDonald
Excellent.
May 31 2006