Where will D sit in the web service space?

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 18 16:32:35 PDT 2015


On Tuesday, 18 August 2015 at 23:25:47 UTC, lobo wrote:
> On Tuesday, 18 August 2015 at 18:22:09 UTC, Mint wrote:
>> On Thursday, 13 August 2015 at 14:31:10 UTC, karabuta wrote:
>>> Oh! someone thinks typescript is a programming language. 
>>> Typescript runs in which browser? :) (Because when I use 
>>> typescript, I worry about two things in my development 
>>> process, .js and .ts)
>>
>> Oh! Someone thinks D is a programming language. D runs on 
>> which processor? D just transpiles into ASM after all.
>>
>> Oh! Someone thinks ASM is a programming language. ASM runs on 
>> which processor? x86 just transpiles into the processor's 
>> native instruction set.
>>
>> CPUs haven't actually executed x86 directly in the better part 
>> of a decade.
>
> x86 CPUs never directly executed x86 bytecode, they're all CISC 
> architectures.

I believe they're referring to x86 decoding CISC to RISC 
micro-ops behind the scenes.


More information about the Digitalmars-d mailing list