September 18 General » Template hell apis are necessy for a functional d3 | |||
|---|---|---|---|
| |||
...the std, but its not via removing templates as a preemptive style decision. ```d T... | |||
September 13 DIP Development » Re: First Draft: Member of Operator | |||
|---|---|---|---|
| |||
...no, even if it was supported for templates. Hmm, grammar changes look ok, and I... | |||
September 12 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
Yes, I agree; what I see is a very complicated Phobos2. Because it has become... | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
this isnt autodecoding, cant be, your oping in debuging code and is for temp stuff | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
Honestly, D, does not really need it, and most of solutions (like above) do have... | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
```d
assert(echo2("T $i, b, ${i-2}") == "writefln(\"T \", i, \", b, \", (i-2));\n... | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
...other ways of doing similar (using mixing templates for example), but the machinery would be... | |||
September 10 DIP Ideas » runtime value pattern matching | |||
|---|---|---|---|
| |||
...match, by type and by value; see templates headers and "template type specialization" and "template... | |||
September 09 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
After all, you will need it in 2 ways: 1. to learn, 2. to test... | |||
September 09 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
I made it on dlang.io which does space tabs, if its not ovisous to... | |||
Copyright © 1999-2021 by the D Language Foundation