D vs nim
Stefan Koch
uplink.coder at googlemail.com
Wed Mar 28 05:06:00 UTC 2018
On Tuesday, 27 March 2018 at 12:02:37 UTC, jmh530 wrote:
> On Wednesday, 22 April 2015 at 06:03:07 UTC, Timothee Cour
> wrote:
>> [snip]
>>
>> I would like to refocus this thread on feature set and how it
>> compares to D, not on flame wars about brackets or language
>> marketing issues.
>
> In the comparison you made
> https://github.com/timotheecour/D_vs_nim/
> you say the CTFE engine for nim is a register VM. Stefan Koch's
> new CTFE is a bytecode interpreter. Is there an advantage of
> one over the other?
newCTFE can have different backends, tough the current default is
a register based vm with a limited number of regs (16384).
More information about the Digitalmars-d
mailing list