You see, the only purpose of overloaded `+` is "sh...
# language-proposals
a
You see, the only purpose of overloaded
+
is "shortest way to call an extension function in a context"
r
aimozg: Indeed
(I thought we may want to move to a thread to avoid polluting the channel)
a
yeah, just resend in channel most interesting parts
👍 1
Could just add
@
as "unary operator with no default implementation" and
^
as "binary operator with no default implementation"
(Though binary makes little use because of infix functions)
r
@
might conflict with annotations/labels, but I get your point