Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(D's Auto Decoding and You)
(Template Comparison)
(3 intermediate revisions 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 129: Line 122:
 
{{Article
 
{{Article
 
  | name = Memory Management
 
  | name = Memory Management
| url = https://wiki.dlang.org/Memory_Management
 
 
}}
 
}}
  
Line 201: 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 208: 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 272: 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
 
}}
 
}}
  
Line 288: Line 307:
  
 
{{Article
 
{{Article
  | name = Component Programming with Ranges
+
  | name = Component programming with ranges  
  | url = http://wiki.dlang.org/Component_programming_with_ranges
 
 
  | author = H. S. Teoh
 
  | author = H. S. Teoh
 
  | published = Aug 06 2013
 
  | published = Aug 06 2013
Line 315: Line 333:
 
{{Article
 
{{Article
 
  | name = Go to D
 
  | name = Go to D
| url = http://wiki.dlang.org/Go_to_D
 
 
  | author = Jin
 
  | author = Jin
 
}}
 
}}

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