Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(D Builtin Rationale)
(Template Comparison)
Line 193: Line 193:
 
  | alt1 = [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.epub?raw=true EPUB]
 
  | alt1 = [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.epub?raw=true EPUB]
 
  | author = Philippe Sigaud
 
  | author = Philippe Sigaud
 +
}}
 +
 +
{{Article
 +
| name = Comparison of C++ and D Templates
 +
| url = https://dlang.org/articles/template-comparison.html
 
}}
 
}}
  
Line 262: Line 267:
 
  | author = Steven Schveighoffer
 
  | author = Steven Schveighoffer
 
  | published = 2011-2012
 
  | published = 2011-2012
}}
 
 
{{Article
 
| name = std.variant Is Everything Cool About D
 
| url = https://dlang.org/blog/2018/03/29/std-variant-is-everything-cool-about-d/
 
| author = Jared Hanson
 
| published = March 29, 2018
 
 
}}
 
}}
  
Line 286: Line 284:
 
  | author = Jonathan M Davis
 
  | author = Jonathan M Davis
 
  | published = 2011
 
  | published = 2011
 +
}}
 +
 +
{{Article
 +
| name = std.variant Is Everything Cool About D
 +
| url = https://dlang.org/blog/2018/03/29/std-variant-is-everything-cool-about-d/
 +
| author = Jared Hanson
 +
| published = March 29, 2018
 
}}
 
}}
  

Revision as of 01:34, 24 December 2018

Beginning

General

Memory Management

Templates

Features

Modules

Architecture and Design

Concurrency

Operating System Development

Metaprogramming

Windows Specific

Interfacing to C

See also