Tristan Zajonc (2013-10-29T18:23:32.000Z)
domenic at domenicdenicola.com (2013-11-03T22:09:17.028Z)
On Tue, Oct 29, 2013 at 10:37 AM, Tab Atkins Jr. <jackalmage at gmail.com>wrote: > Yes, .op is completely unusable. "foo .bar" is identical to "foo.bar". Sorry, at most I'm only proposing every *existing* operator prefixed by ., not new operators. So things like .+, ./, .*, .-., .%, .==, .!=, .>, .<, etc. These would be called dot operators. This is all that's required by the technical computing use case. There's a question of whether to allow arbitrary operators, which would require a new symbol obviously. I personally don't think arbitrary operators are worth the noise and complexity. I'd leave this issue to macros.