Trying to build a Scheme interpreter in D
John via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Mar 10 10:02:35 PST 2016
On Wednesday, 9 March 2016 at 20:30:44 UTC, Guillaume Piolat
wrote:
> On Tuesday, 8 March 2016 at 18:11:24 UTC, John wrote:
>>
>
> You can go with Algebraic. I used to do that in scheme-d. Then
> I switched to a tagged union by hand to avoid a compiler
> regression. Algebraic was OK.
>
>
> 2x speed difference between DMD and LDC is common.
>
>
> You can build with -g and use Instruments.
Thank you for your advice.
More information about the Digitalmars-d-learn
mailing list