opIndexOpAssignOpDispatch

Quirin Schroll qs.il.paperinik at gmail.com
Thu Jun 20 11:03:03 UTC 2024


On Saturday, 15 June 2024 at 04:58:58 UTC, monkyyy wrote:
> ```d
> mystruct foo;
> foo[1337].isnull=true;
> ```
> =>
> `foo.opIndexOpAssignOpDispatch!"isnull"(1337,true)`
>
> it fits the naming scheme!

At this point, D would be getting close to a term language like 
[Maude](https://en.wikipedia.org/wiki/Maude_system) or 
[XL](https://xlr.sourceforge.io/#extending-the-syntax).


More information about the dip.ideas mailing list