Value closures (no GC allocation)

MakersF via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 4 09:15:45 PDT 2017


On Sunday, 21 May 2017 at 00:33:30 UTC, Vittorio Romeo wrote:
> Hello everyone, I recently started learning D (I come from a 
> Modern C++ background) and I was curious about closures that 
> require GC allocation. I wrote this simple example:
>
> [...]

I started to do some changes to the compiler.

https://github.com/MakersF/dmd/tree/valuelambda

It's my first time messing with DMD, it's mostly to familiarize 
myself with the compiler, so I don't expect to do everything the 
right way.
Let me know if you have inputs.


More information about the Digitalmars-d mailing list