On Tuesday, 5 January 2016 at 13:21:32 UTC, Ola Fosheim Grøstad
wrote:
Here are my (hopeful, given enough spare time) plans for D:
1. Code up a new experimental unicode-syntax for a subset of D
now that the C++ to D transition is "complete", with a fair
selection of unicode operators and symbols (e.g. "π", "∑", "≤",
"≠" etc).
I toyed with something similar with a toy/learning D math lib
that I did some years ago. Was funny using real math annotation,
but it's cumbersome to write code using it, as you need to type
the unicode code. I don't have symbols like ϕ or θ on my keyboard.