Proposal for porting D runtime to WebAssembly
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Sun Nov 24 10:17:27 UTC 2019
On Saturday, 23 November 2019 at 23:21:49 UTC, Nick Sabalausky
(Abscissa) wrote:
> On 11/23/19 3:48 PM, Sebastiaan Koppe wrote:
> years, but never got the impression anyone else cared. The fact
> that C# has had them for eons and D still seems to have no
> interest in coroutines that *don't* involve the overhead of
> fibers bothers me to no end.
Fun fact: Simula had stackless coroutines in the 1960s... :-)
Well, I guess I have to add that they were stackless because the
language was implemented with closure-like-objects, so there was
no stack, only activation records on the heap. Actually, I
believe the MIPS architecture had this as their default too (or
maybe it was another CPU, anyway, it has been a thing.)
More information about the Digitalmars-d-announce
mailing list