D is a systems programming language developed by Walter Bright.

learn more… | top users | synonyms

6
votes
1answer
218 views

C++ vs D - Algorithm Optimization/Conversion (Using vectors/arrays)

OK, I've been playing with D for a while (and been in love with its expressive power and simplicity, to be honest). However, since I'm still new to D, I'm facing a few issues. Let's take the ...
1
vote
2answers
251 views

How code be this piece of code be refactored?

I use DMD 1.056 with Tango 0.99.9 to build a GPX document using API. I am a beginner in D language. Usage DMD 1.056 with Tango 0.99.9 is compulsory as a requirement The GPX data are here hardcoded ...
9
votes
1answer
295 views

D2.0 mixin and template-heavy code - Building a silverlight clone

Update : The code is on github for anyone interested. I know it's not very useful but I'm having fun with it. link I've made a mock version of silverlight in D2. It is meant to output html but ...