Difference between revisions of "Articles"
(author annotation) |
(article template) |
||
Line 1: | Line 1: | ||
− | + | {{Article Group | |
− | + | | Name = Beginning | |
− | + | | Articles = | |
− | |||
− | == | + | {{Article |
− | + | | name = Dispelling Common D Myths | |
− | + | | url = http://semitwist.com/articles/article/view/dispelling-common-d-myths | |
− | + | | author = Nicholas Sabalausky | |
− | + | }} | |
− | = | + | {{Article |
− | + | | name = "D"iving Into the D Programming Language | |
− | + | | url = http://www.informit.com/articles/article.aspx?p=1381876 | |
− | + | | author = Andrei Alexandrescu | |
− | + | }} | |
− | |||
− | == | + | {{Article |
− | + | | name = D: A Newbie-Oriented Tutorial | |
+ | | url = http://compsci.ca/v3/viewtopic.php?t=9518 | ||
+ | | author = Andrei Alexandrescu | ||
+ | }} | ||
− | + | }} | |
− | |||
− | == Windows Specific == | + | |
− | + | {{Article Group | |
− | + | | Name = General | |
− | + | | Articles = | |
+ | |||
+ | {{Article | ||
+ | | name = NaNs Just Don't Get No Respect | ||
+ | | url = http://www.drdobbs.com/cpp/nans-just-dont-get-no-respect/240005723 | ||
+ | | author = Walter Bright | ||
+ | | published = Aug 16 2012 | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Voldemort Types In D | ||
+ | | url = http://www.drdobbs.com/cpp/voldemort-types-in-d/232901591 | ||
+ | | author = Walter Bright | ||
+ | | published = May 07 2012 | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Uniform Function Call Syntax | ||
+ | | url = http://www.drdobbs.com/cpp/uniform-function-call-syntax/232700394 | ||
+ | | author = Walter Bright | ||
+ | | published = Mar 28 2012 | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Real World Comparison, GC vs. Manual Memory Management | ||
+ | | url = http://3d.benjamin-thaut.de/?p=20 | ||
+ | | author = Walter Bright | ||
+ | }} | ||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | {{Article Group | ||
+ | | Name = Features | ||
+ | | Articles = | ||
+ | |||
+ | {{Article | ||
+ | | url = [Introduction to D templates] | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Templates Primer, In D | ||
+ | | url = https://semitwist.com/articles/article/view/template-primer-in-d | ||
+ | | author = Nicholas Sabalausky | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Understanding Templates in D2 | ||
+ | | url = https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf?raw=true | ||
+ | | alt1 = [https://docs.google.com/viewer?url=https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf?raw%3Dtrue&pli=1 Google Viewer] | ||
+ | | author = Philippe Sigaud | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Purity in D | ||
+ | | url = http://klickverbot.at/blog/2012/05/purity-in-d/ | ||
+ | | author = David Nadlinger | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Inheriting Purity | ||
+ | | url = http://www.drdobbs.com/cpp/inheriting-purity/232601305 | ||
+ | | author = Walter Bright | ||
+ | | published = Feb 22 2012 | ||
+ | }} | ||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | {{Article Group | ||
+ | | Name = Architecture and Design | ||
+ | | Articles = | ||
+ | |||
+ | {{Article | ||
+ | | name = Component Programming in D | ||
+ | | url = http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321 | ||
+ | | author = Walter Bright | ||
+ | | published = Oct 02 2012 | ||
+ | }} | ||
+ | |||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | {{Article Group | ||
+ | | Name = Concurrency | ||
+ | | Articles = | ||
+ | |||
+ | {{Article | ||
+ | | name = Getting more fiber in your diet | ||
+ | | url = http://octarineparrot.com/article/view/getting-more-fiber-in-your-diet | ||
+ | | author = OctarineParrot DevLog | ||
+ | }} | ||
+ | |||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | {{Article Group | ||
+ | | Name = Windows Specific | ||
+ | | Articles = | ||
+ | |||
+ | {{Article | ||
+ | | name = Compiling and linking with DMD on Windows | ||
+ | | url = [Compiling and linking with DMD on Windows] | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Using Windows Resource Files with D2 | ||
+ | | url = [Using Windows Resource Files with D2] | ||
+ | }} | ||
+ | |||
+ | {{Article | ||
+ | | name = Programming Windows code samples translated to D2 | ||
+ | | url = https://github.com/AndrejMitrovic/DWinProgramming | ||
+ | | author = Andrej Mitrovic | ||
+ | }} | ||
+ | |||
+ | |||
+ | }} |
Revision as of 00:12, 18 December 2012
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
Features
- [[Introduction to D templates] ]
- Inheriting Purity - Walter Bright - Feb 22 2012
Architecture and Design
- Component Programming in D - Walter Bright - Oct 02 2012
Concurrency
Windows Specific
- [[Compiling and linking with DMD on Windows] Compiling and linking with DMD on Windows]
- [[Using Windows Resource Files with D2] Using Windows Resource Files with D2]