Why is D unpopular, redux.

deadalnix deadalnix at gmail.com
Tue May 24 13:34:07 UTC 2022


On Tuesday, 24 May 2022 at 07:58:13 UTC, FeepingCreature wrote:
> This is a bit of a controversial topic. Personally I agree that 
> there should be a closure allocated every loop pass, but *every 
> other language* allocates them for the whole stackframe, so...

That is patently false. Javascript? C#?

It is true of some languages, such as python, but this is because 
in python, variable scope is always the top level in the function.


More information about the Digitalmars-d mailing list