views:

199

answers:

3

I've been looking at the D programming language recently and I'm curious if there are any demos, sample applications, or proof-of-concept code written in it. I want some code that demonstrates situations where D is particularly elegant or advantageous.

There's dsource.org of course, but the projects hosted there are full-on applications. I'm looking for more "documentation-like" examples.

+4  A: 

Rosetta Code: D category

Enough for you? :)

FeepingCreature
Wow, what a handy site for comparing languages!
emddudley
Mostly good but sometimes there is some crappy code that makes the language look bad.
Tim Matthews
+1  A: 

The tutorials project on Dsource is maybe worth a look.

http://www.dsource.org/projects/tutorials/

Baxissimo
+1  A: 

You can take a look at the Articles section at the website of the D Programming Language, you will find what you a looking for.

Just for completeness, i have included direct links to some of the articles here:

While the title of these links seem like articles about the usual boring concepts that all mainstream programming languages adopt, you might get surprised anyways.

I am aware that these articles are not strictly 'demos', but I am fairly certain that they will give you the knowledge you were looking for.

Zuu