D is a multi-paradigm systems programming language developed by Walter Bright and, since 2006, Andrei Alexandrescu.
This is a rather old topic: Are setters and getters good or evil? My question here is: do compilers in …
java c++ dThe template mechanism in C++ only accidentally became useful for template metaprogramming. On the other hand, D's was designed specifically …
c++ metaprogramming dWhat are the Pros/Cons of the different D Compilers? How is the performance and the standard compliance/D2 support? …
compiler-construction d dmd gdcI'm writing a comparatively straightforward raytracer/path tracer in D (http://dsource.org/projects/stacy), but even with full optimization …
performance graphics d raytracingI need a comparison function for blocks of memory for doing binary searches on arrays of bytes in the D …
performance algorithm d binary-search low-levelHow does one implement alloca() using inline x86 assembler in languages like D, C, and C++? I want to create …
c++ c memory-management assembly dI'm experimenting using fastcgi on nginx, but I've run into some problems. Nginx doesn't reuse connections, it gives 0 in BeginRequest …
sockets nginx dWhat is the current status of GUI programming with D Language? Are the language developers planning include GUI in the …
user-interface dIn 10, or even 5 years there will be no [Edit2: server or desktop] 32-bit CPUs. So, are there any advantages in …
c# java 32bit-64bit dI've been looking at D today and on the surface it looks quite amazing. I like how it includes many …
garbage-collection d