vote up 4 vote down star
1

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.

flag

3 Answers

vote up 1 vote down check

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.

link|flag
vote up 4 vote down

Rosetta Code: D category

Enough for you? :)

link|flag
Wow, what a handy site for comparing languages! – emddudley Jul 19 at 1:49
Mostly good but sometimes there is some crappy code that makes the language look bad. – Ctrl Alt D-1337 Jul 19 at 7:12
vote up 1 vote down

The tutorials project on Dsource is maybe worth a look.

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

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.