Is there any language that native-compiles faster than D?

MrSmith mrsmith33 at yandex.ru
Mon Oct 5 15:46:08 UTC 2020


On Monday, 5 October 2020 at 14:19:36 UTC, Per Nordlöw wrote:
> What is the pro of this syntax with `Args... args` compared to 
> D's
> void write(Args...)(Args args)
> ?

I think it was due to simpler implementation. This way you know 
that Args is variadic as early as at parse time.



More information about the Digitalmars-d mailing list