On 23 March 2012 16:37, Patrick Walton <[email protected]> wrote: > LLVM uses "x"; [int x 10], [int x 30]. I think it's kind of cute. There's > precedent for "x" as an operator, in Perl, and I don't believe it requires > making "x" a keyword. It does require whitespace around the "x", though.
That is cute. Is [int*10] taken? That avoids the whitespace and has some precedent in python. -r _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
