DIP 1027---String Interpolation---Community Review Round 1

Alexandru Ermicioi alexandru.ermicioi at gmail.com
Sun Dec 15 10:33:07 UTC 2019


On Sunday, 15 December 2019 at 04:20:59 UTC, Walter Bright wrote:
> object.d is getting more and more bloated over time. This is 
> not a solution to imports, and is not a good trend.

A bit other topic, but this can be fixed by splitting object.d in 
multiple modules in same package, and auto import that package, 
just like how it is done in java with java.lang package.

For example, object.d could be split into several modules under 
d.lang package.

This will also clean existing bloatware, since we could move 
typeinfo, object definition and other stuff into separated 
modules.

Best regards,
Alexandru.


More information about the Digitalmars-d mailing list