Software Assurance Reference Dataset

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 23 14:13:15 PDT 2014


24-Jul-2014 01:05, bearophile пишет:
> Dmitry Olshansky:
>
>> (unlike compute-goto which is very niche and dangerous).
>
> It's a niche that system languages are the few fit for. Even CPython
> (and other interpreters) are using that feature.
>

All of fast portable interpreters i.e. not JITs.
It's still a niche, and a feature should have uses beyond that or be 
better tailored for this use case.

Forced tail call was my best shot - it's useful for functional 
programming and it works for fast interpreters.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list