Mixin every entity

monkyyy crazymonkyyy at gmail.com
Wed Jul 24 17:11:36 UTC 2024


On Wednesday, 24 July 2024 at 11:57:35 UTC, Quirin Schroll wrote:
> There’s no good reason a whole entity must be written in a 
> string literal

the dev team has claimed everytime "its intentional so we airnt c 
preprocessor"
(pretending d's meta programming is sane and bug free)

----

maybe they could be convinced of a labeled mixin; but I doubt it

```d
mixin foo:
   void mixin("bar")(){}

mixin(foo);
```


More information about the dip.ideas mailing list