[RFC] - mysql-native rewrite

Jacob Carlborg doob at me.com
Mon Sep 30 10:19:43 PDT 2013


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


More information about the Digitalmars-d mailing list