DIP 1011--extern(delegate)--Preliminary Review Round 1
Dmitry Olshansky via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jul 14 10:02:37 PDT 2017
On Friday, 14 July 2017 at 10:43:05 UTC, Mike Parker wrote:
> DIP 1011 is titled "extern(delegate)".
>
> https://github.com/dlang/DIPs/blob/master/DIPs/DIP1011.md
>
Contrary to other poster I believe this is wrong way to solve a
problem. A far simpler approach is to allow compiler implicitly
convert function pointer to delegate. The dance with making an
ABI wrapper can be left to compiler proper.
And no annotation hell.
---
Dmitry Olshansky
More information about the Digitalmars-d
mailing list