Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

C++ vs. D , Ada and Eiffel (horrible error messages with templates)

nginx, fastcgi and open sockets

sockets nginx d

vim: associate extension with language

vim syntax-highlighting d

Does D have something akin to C++0x's move semantics?

Is D2 language ready for production? [closed]

d

How to create/write a simple XML parser from scratch?

xml d xml-parsing

What next generation low level language is the best bet when migrating a code base? [closed]

c++ go d low-level

Usage preference between a struct and a class in D language

d

What are all the syntax problems introduced by the usage of angle brackets in C++ templates?

c++ templates syntax d

Do getters and setters impact performance in C++/D/Java?

java c++ d

Why is thread local storage so slow?

Can a compiler automatically detect pure functions without the type information about purity?

D programming without the garbage collector

garbage-collection d

Does the D language have multiple standard libraries and issues with GC?

d phobos tango

Automatically executed functions when loading shared libraries

The D Programming Language for Game Development [closed]

d

DMD vs. GDC vs. LDC

Is D's grammar really context-free?

Metaprogramming in C++ and in D

c++ metaprogramming d

To GC or Not To GC