This talk was part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. For more information including the talk's recording, refer to dconf.org/talks/bright.html.
D's first slashdot appearance • http://developers.slashdot.org/story/01/08/15/23422 3/the-d-programming-language • D1 released Jan 2007 • First D Conference 2007
International, worldwide development community • We're doing the impossible - developing a major new language from grassroots support • And what amazing grassroots support it is ...
Distributed Caching Compiler for D • Robert Schadek • Inside Regular Expressions • Dmitry Olshansky • Using D Alongside a Game Engine • Manu Evans • Concurrent Garbage Collection • Leandro Lucarella
Martin Nowak • C# to D • Adam Wilson • Web Development in D • Vladimir Panteleev • A Precise Garbage Collector for D • Rainer Schütze • Higgs, an Experimental JIT Compiler in D • Maxime Chevalier-Boisvert • Falling Down: the birth of kerön Å • Andrew Edwards
• Code Analysis for D with AnalyzeD • Stefan Rohe • D-Specific Design Patterns • David Simcha • LDC • David Nadlinger • Effective SIMD for modern architectures • Manu Evans • Writing Testable Code • Ben Gertzfield • Quo Vadis? • Andrei Alexandrescu
runtime • contracts are used to validate that assertions about data are true • (contracts are NOT for validating user input) • can also be used by advanced optimizer to generate better code
• basic types are typical native machine types • even SIMD types • Uses modern optimizing back ends • LLVM, GCC, Digital Mars • Semantics amenable to powerful optimization