async / await

jfondren julian.fondren at gmail.com
Fri Oct 8 12:30:18 UTC 2021


On Friday, 8 October 2021 at 12:21:50 UTC, Imperatorn wrote:
> On Friday, 8 October 2021 at 11:34:29 UTC, jfondren wrote:
>> On Friday, 8 October 2021 at 11:14:54 UTC, Imperatorn wrote:
>>> [...]
>>
>> D doesn't have AST macros, which is what the usual 
>> transformation requires:
>>
>> [...]
>
> Sad

D doesn't have any syntax to support an actor framework either, 
but it still has a very natural one in std.concurrency. It 
doesn't have any syntax to support pattern matching over ML 
datatypes but it has std.sumtype. If you focus on functionality 
first and syntax later, you might find you want that much for 
syntax in the end.


More information about the Digitalmars-d mailing list