StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: In-place Derivation #5

Open LB-- opened 9 years ago

LB-- commented 9 years ago

If the fully-derived type of an object is known, it may be further derived at any time by any more-derived class. This process is actually the process that occurs when initially constructing an object.

LB-- commented 8 years ago

How can the fully derived type be known? This needs some thinking...