finally, I cant wait! <https://github.com/Kotlin/K...
# random
e
👍 2
g
This is just a proposal from someone from community, not an official one, I wouldn't be so excited. But still it's much better to have a proposal than don't have it 😅
e
hope-killer
k
Missing bitwise inversion
~
e
are you gonna write that, Karel? Or shall I?
I'll do
k
Damm missed the first notification, thanks for adding it to the issue.
👍 1
n
Bitwise operators are needed for just about anything involving a bit of low level development (serial programming, graphics programming, embedded development etc). A much better proposal (not yet in KEEP) is this one: https://github.com/Redrield/KEEP/blob/bitwise-operators/proposals/bitwise-operators.md
k
That's the same proposal?
n
It is the same proposal. Looked like the proposal in the KEEP is different from the unofficial one 🙃 .
p
How does the proposal fix the precedence problem?
k
By having actual operators the parser will be able to actually give precedence to them?