On 2013-09-30 16:08, Dicebot wrote:
I don't think there is a common consensus here. Don't even think it is possible. Doom of proper multi-paradigm language :)
At least a few point can be made, like: * For reference types use classes, or use structs with reference counting * For sub typing use classes, or use structs with alias this * For polymorphic types use classes * For value types use structs * For deterministic destruction use structs -- /Jacob Carlborg
