Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.
Nick Sabalausky via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Sep 25 07:38:33 PDT 2015
On 09/23/2015 08:42 PM, Meta wrote:
>
> What about even just removing the syntax distinction between string
> mixins and template mixins?
>
> mixin "int i = 0";
> mixin declareI!();
>
I like that idea. It it feasible? I'd always assumed the syntaxes were
different because they needed to be for some sort of technical reason.
But now that I look at it...maybe that could work after all?
More information about the Digitalmars-d-announce
mailing list