What are the prominent upsides of the D programming language?

Adam D. Ruppe destructionator at gmail.com
Mon Sep 21 22:35:10 UTC 2020


On Monday, 21 September 2020 at 22:18:44 UTC, Ruby The Roobster 
wrote:
> Completely unrelated, but is this code valid?
> strip(readln(data));
> mixin("someTemplate!" ~ data ~ "()");


Nope, all the data for mixin must be known by the compiler and 
thus cannot depend on any run time value.




More information about the Digitalmars-d mailing list