November 19, 2023 Learn » cannot find source code for runtime library file 'object.d' | |||
|---|---|---|---|
| |||
...dmd main.d
Error: cannot find source code for runtime library file 'object.d'
dmd... | |||
November 10, 2023 Announce » Re: Good News: Almost all druntime supported on arsd webassembly | |||
|---|---|---|---|
| |||
...a natural platform for D to shine. Kotlin...learned. https://seb.deleuze.fr/introducing-kotlin-wasm/ | |||
October 30, 2023 General » Re: Future of D | |||
|---|---|---|---|
| |||
This attitude won't help you. | |||
August 25, 2023 General » Re: D design problem on platforms with <32 bit pointer width | |||
|---|---|---|---|
| |||
Most 16 bit machines use 32 bit sized size_t (m68k). The 16 bit size... | |||
August 10, 2023 General » Re: [Spec mistake] Is the `for` loop missing semicolon in the D Lang specification? | |||
|---|---|---|---|
| |||
...one I would like. These are the small things I love so much in D. | |||
June 26, 2023 General » Re: `auto` keyword origins | |||
|---|---|---|---|
| |||
...place as register/const and static. In D it has the same role (i.e... | |||
June 06, 2023 Learn » Cannot convert expression of a SubType's sub type to the parent SubType on return | |||
|---|---|---|---|
| |||
...FooReturnType fr;
if (args.length > 1)
{
return fr...compilation error with ldc2:
```d
import std.stdio... | |||
May 16, 2023 General » Re: D as an extension language for C | |||
|---|---|---|---|
| |||
VLA's and flexible arrays. | |||
April 20, 2023 General » Re: need examples to understand postfix expression grammar | |||
|---|---|---|---|
| |||
I am trying to put the D grammar rules into tree-sitter in order to... | |||
April 19, 2023 General » Re: need examples to understand postfix expression grammar | |||
|---|---|---|---|
| |||
...qualified identifier:
```d
class Test {
enum nb : int {
one = 1
}
}
void main(){
auto d = Test... | |||
Copyright © 1999-2021 by the D Language Foundation