G
Greg McIntyre
It bugs me that some methods have a ! on the end and some don't. It
seems very arbitrary and inconsistent to me. And the same for ?. I'd
like it if ! was a special keyword or operator or something, so that
x.f!
was expanded to this
(x = x.f)
if x#f! was not already defined (so that in-place algorithms retained
their efficiency). Has this already been suggested?
seems very arbitrary and inconsistent to me. And the same for ?. I'd
like it if ! was a special keyword or operator or something, so that
x.f!
was expanded to this
(x = x.f)
if x#f! was not already defined (so that in-place algorithms retained
their efficiency). Has this already been suggested?