Would you all, despite what must be considerable fatigue on this subject, and/or the prior poll authors (@tkaitchuck) consider another round of polling? The main deciders have been thinking of this syntax question for over a year, but if we, in good faith, imagine that there is a meeting tomorrow where later considerations and new ideas will be seriously considered, then this might be the last chance for a final poll? It might also be too late, but I’d hope the committee might remain open to input, given other delays.
Comparing the polls questions, I would suggest the following alternatives:
- prefix macro -
await!(future)?
- prefix keyword -
(await future)?
- postfix .operator -
future.await?
- postfix .OPERATOR -
future.AWAIT?
(not a field) - postfix @operator -
future@wait?
Here I’m trying to balance popular results in prior polls, with some new input. You’ll notice a lack of a postbang ¡
sigil in this list, given feedback. Though I have my own biases of course, I otherwise defer to your prior poll design and execution experience and will certainly participate regardless.
Thanks for your consideration.