On Thu, 18 Dec 2008 07:24:34 -0500, Kagamin wrote: > Static constructor can execute any valid D statements including construction > of objects.
A static constructor (also known as the Module constructor) executes at program run-time and not at program compile-time. I think Weed wants the ability to have the compiler build class objects at compile-time such that when a program first starts running, the objects are already fully formed in RAM just waiting to be used. -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
