digitalmars.D - D spec keyword index
- Kirk McDonald <kirklin.mcdonald gmail.com> May 31 2006
- jcc7 <jcc7_member pathlink.com> May 31 2006
- "Craig Black" <cblack ara.com> May 31 2006
- Bruno Medeiros <brunodomedeirosATgmail SPAM.com> Jun 03 2006
- Dave <Dave_member pathlink.com> May 31 2006
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
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
Excellent reference. Walter should include this in with his documentation. -Craig
May 31 2006
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
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









jcc7 <jcc7_member pathlink.com> 