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.