Difference between revisions of "Articles"
m (Added the link to the EPUB file.) |
(Added section about metaprogramming, and its first (excellent) article by Nick Sabalausky.) |
||
Line 156: | Line 156: | ||
| url = http://octarineparrot.com/article/view/getting-more-fiber-in-your-diet | | url = http://octarineparrot.com/article/view/getting-more-fiber-in-your-diet | ||
| author = OctarineParrot DevLog | | author = OctarineParrot DevLog | ||
+ | }} | ||
+ | |||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | {{Article Group | ||
+ | | Name = Metaprogramming | ||
+ | | Articles = | ||
+ | |||
+ | {{Article | ||
+ | | name = Have Your Efficiency, and Flexibility Too - Metaprogramming Techniques For No-Compromise Code | ||
+ | | url = http://www.semitwist.com/articles/EfficientAndFlexible/SinglePage/ | ||
+ | | author = Nick Sabalausky | ||
}} | }} | ||
Line 186: | Line 200: | ||
}} | }} | ||
+ | |||
{{Article Group | {{Article Group |
Revision as of 11:40, 28 January 2014
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
- Increasing Compiler Speed by Over 75% - Walter Bright - July 25 2013
Features
- Inheriting Purity - Walter Bright - Feb 22 2012
Architecture and Design
- Component Programming in D - Walter Bright - Oct 02 2012
- Component Programming with Ranges - H. S. Teoh - Aug 06 2013
Science
- A Mathematician looks at D - wbhart - February 18, 2013
Concurrency
Metaprogramming
- Have Your Efficiency, and Flexibility Too - Metaprogramming Techniques For No-Compromise Code - Nick Sabalausky
Windows Specific