2 comments

[ 0.27 ms ] story [ 14.2 ms ] thread
The only thing I would like to see changing is C-style type casting: `(int)myage`

...for some reason, I can't stand this syntax! I find it visually intrusive lol! But if we could allow something like `int(myage)`, it makes it clearer, to me at least.

It works visually poorly with things like `int*(ptr)` and `int[2]*(arr)` though.