Search

November 19, 2023
Learn »
...dmd main.d
Error: cannot find source code for runtime library file 'object.d'
       dmd...
November 10, 2023
Announce »
...a natural platform for D to shine.

Kotlin...learned.
https://seb.deleuze.fr/introducing-kotlin-wasm/
October 30, 2023
General »
This attitude won't help you.
August 25, 2023
General »
Most 16 bit machines use 32 bit sized size_t (m68k). The 16 bit size...
August 10, 2023
General »
...one I would like.
These are the small things I love so much in D.
June 26, 2023
General »
...place as register/const and static.

In D it has the same role (i.e...
June 06, 2023
Learn »
...FooReturnType fr;
    if (args.length > 1)
    {
        return fr...compilation error with ldc2:

```d
import std.stdio...
May 16, 2023
General »
VLA's and flexible arrays.
April 20, 2023
General »
I am trying to put the D grammar rules into tree-sitter in order to...
April 19, 2023
General »
...qualified identifier:
```d
class Test {
    enum nb : int {
        one = 1
    }
}
void main(){
   auto d = Test...
1 2 3
Next ›   Last »