Difference between revisions of "Articles"
(→Windows Specific) |
Klickverbot (talk | contribs) (→Features) |
||
Line 12: | Line 12: | ||
* [[A short intro to D templates]] | * [[A short intro to D templates]] | ||
* [https://semitwist.com/articles/article/view/template-primer-in-d Templates Primer, In D] - Nicholas Sabalausky | * [https://semitwist.com/articles/article/view/template-primer-in-d Templates Primer, In D] - Nicholas Sabalausky | ||
− | * [https://docs.google.com/viewer?url=https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf?raw%3Dtrue&pli=1 | + | * [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf?raw=true Understanding Templates in D2] ([https://docs.google.com/viewer?url=https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf?raw%3Dtrue&pli=1 Google Viewer]) - Philippe Sigaud |
* [http://klickverbot.at/blog/2012/05/purity-in-d/ Purity in D] – David Nadlinger | * [http://klickverbot.at/blog/2012/05/purity-in-d/ Purity in D] – David Nadlinger | ||
* [http://www.drdobbs.com/cpp/inheriting-purity/232601305 Inheriting Purity] -- Walter Bright, 22-Feb-2012 | * [http://www.drdobbs.com/cpp/inheriting-purity/232601305 Inheriting Purity] -- Walter Bright, 22-Feb-2012 |
Revision as of 11:53, 24 November 2012
Contents
Beginning
- Dispelling Common D Myths - Nicholas Sabalausky
- "D"iving Into the D Programming Language - Andrei Alexandrescu
- D: A Newbie-Oriented Tutorial
General
- NaNs Just Don't Get No Respect -- Walter Bright, 16-Aug-2012
- Voldemort Types In D -- Walter Bright, 07-May-2012
- Uniform Function Call Syntax (UFCS) -- Walter Bright, 28-Mar-2012
Features
- A short intro to D templates
- Templates Primer, In D - Nicholas Sabalausky
- Understanding Templates in D2 (Google Viewer) - Philippe Sigaud
- Purity in D – David Nadlinger
- Inheriting Purity -- Walter Bright, 22-Feb-2012
Architecture and Design
- Component Programming in D - Walter Bright, 02-Oct-2012
Concurrency
- Getting more fiber in your diet - OctarineParrot DevLog