Why is D unpopular?

user1234 user1234 at 12.de
Sat Apr 30 09:36:29 UTC 2022


On Saturday, 30 April 2022 at 08:56:55 UTC, Daniel N wrote:
> Let's focus on smalltalk, what syntax do you use to choose if 
> your code snippet should run at runtime or in compiletime? Not 
> the entire program, but 50% compile-time and 50% runtime.

naive solution: cost estimation via an ast walker, just like 
inliners do.


More information about the Digitalmars-d mailing list