On 2/27/14, 7:19 AM, Timothee Cour wrote:
And then some design decisions which wouldn't work for D: everything is an object, no struct (just class), VM, etc.
In a programming language you can make everything look like an object but implement it as a primitive type. So that could work in D (but I think nobody would like it, although it can make the language much simpler).
