Difference between revisions of "Articles"
m (The PDF file name has changed from dtemplates.pdf to D-templates-tutorial.pdf) |
m (Added the link to the EPUB file.) |
||
Line 86: | Line 86: | ||
{{Article | {{Article | ||
− | | name = Understanding Templates in D2 | + | | name = Understanding Templates in D2 (PDF) |
| url = https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.pdf?raw=true | | url = https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.pdf?raw=true | ||
− | | alt1 = [ | + | | alt1 = [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.epub?raw=true EPUB] |
| author = Philippe Sigaud | | author = Philippe Sigaud | ||
}} | }} |
Revision as of 12:44, 23 September 2013
Contents
Beginning
General
- NaNs Just Don't Get No Respect - Walter Bright - Aug 16 2012
- Voldemort Types In D - Walter Bright - May 07 2012
- Uniform Function Call Syntax - Walter Bright - Mar 28 2012
- Increasing Compiler Speed by Over 75% - Walter Bright - July 25 2013
Features
- Inheriting Purity - Walter Bright - Feb 22 2012
Architecture and Design
- Component Programming in D - Walter Bright - Oct 02 2012
- Component Programming with Ranges - H. S. Teoh - Aug 06 2013
Science
- A Mathematician looks at D - wbhart - February 18, 2013
Concurrency