On Mon, 25 Aug 2014 16:08:52 +0000
via Digitalmars-d <[email protected]> wrote:

> Beta was static and compiled directly to asm.
it's not hard to compile dynamic language to native code. what is hard
is to make this code fast. this requires very sofisticated compiler
which can eliminate as much indirect calls as possible. that's why we
have the ability to create non-virtual methods in languages like D or
C++. "everything is object" is a nice concept, but it has it's price.

Attachment: signature.asc
Description: PGP signature

Reply via email to