Difference between revisions of "Articles"

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