Dart and D: features that could be used in D, D->dart for web programming
Paulo Pinto
pjmlp at progtools.org
Thu Feb 27 09:16:56 PST 2014
Am 27.02.2014 17:48, schrieb Ary Borenszweig:
> 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).
Yep, that is how for example .NET, Eiffel, Smalltalk, Lisp and many
other languages work.
More information about the Digitalmars-d
mailing list