Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Get the calling object or method in d

d

Array pointer from C to D

c arrays pointers d

D (dlang) passing a lambda function as argument

How to parallelize small pure function?

Handling D templated structs as a common type

templates d

read a file into an array of lines in d

arrays file-io d

Which D compilers will perform tail-call optimization on this function?

d dmd gdc

What other languages support Go's style of interfacing without explicit declaration?

Multiple types in one specialized D template

templates d specialization

Extra commas in arrays

d

Where can I read more about D's class access modifiers?

d access-modifiers

Suitability of D for writing a Tracing JIT Compiler?

How to read a string character by character as a range in D?

d

C# and NMath for Computational Finance and Econometrics

c# c++ math d nmath

How to implement while loop in D?

while-loop d

D programming incomplete compiler

compiler-errors d

How to sort array of objects in Dlang?

arrays sorting d

Better D Documentation

d

sizeof in D language

size d sizeof

What are examples of efficient, type-inferred languages appropriate for working with multi-dimensional arrays

ocaml d type-inference