Tab Atkins Jr. (2013-10-29T17:37:40.000Z)
domenic at domenicdenicola.com (2013-11-03T22:08:53.109Z)
On Tue, Oct 29, 2013 at 10:01 AM, Tristan Zajonc <tristan at senseplatform.com> wrote: > 1. What would be the most likely syntax? As a reference, Julia and Matlab > use dots, a .+ b. Stata's Mata languages uses colons, a :+ b. PEP225 > proposes tildle a ~+ b. R uses %infix% but this is widely viewed as a bad > choice. The technical community would prefer dots. I know these prefixes > all having meanings alone, but does .op introduce any ambiguity? Are there > other lightweight options? Yes, .op is completely unusable. "foo .bar" is identical to "foo.bar".