Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(use internal links)
(Template Comparison)
(One intermediate revision by the same user not shown)
Line 73: Line 73:
 
  | author = Walter Bright
 
  | author = Walter Bright
 
  | published = May 07 2012
 
  | 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
 
 
}}
 
}}
  
Line 200: 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 207: Line 205:
 
| Name = Features
 
| Name = Features
 
| Articles =
 
| Articles =
 +
 +
 +
{{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 = Rationale for D built-ins: (Dynamic Arrays, Strings, Associative Arrays)
 +
| url = https://dlang.org/articles/builtin.html
 +
| author =
 +
| published =
 +
}}
  
 
{{Article
 
{{Article
Line 254: 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 278: 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