Go 1.9

Wulfklaue via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 22 04:11:01 PDT 2017


On Thursday, 22 June 2017 at 10:23:37 UTC, Russel Winder wrote:
> On Thu, 2017-06-22 at 10:00 +0000, Paulo Pinto via 
> Digitalmars-d wrote:
>> […]
>> 
>> They were all about Swift, Java, Kotlin, C#.

Those are also the major players in the market. C# Microsoft, 
Swift Apple, Java Oracle... so there is more focus on them 
naturally.

> Isn't Swift a native code language?

Yep ... Its it uses LLVM.

Java, Kotlin, C# are still Jit compiled languages, with the 
memory footprint to prove it :)

C# may change to a native compiled language with CoreRT ( This 
translates C# to C++ code and then compiles it. A bit like Haxe 
(C++ target) or Nim(C target) ).


More information about the Digitalmars-d mailing list