On Tue, May 17, 2011 at 8:42 PM, Graydon Hoare <[email protected]> wrote:
> Sorry, but it just doesn't look like "consensus" is something that emerges
> very often in syntax conversations.
Maybe posting a little code snippet with old and new syntax might make
the case for changing a bit clearer?
> - rec(int a, int b) will change to {a: int, b: int} as a type
> constructor.
> - 'auto' will probably turn to 'let' and 'let' to something else
> ('var' or such)
There seems to be inconsistency now between having the type before the
name or after it with a colon. i.e '{a: int, b: int}' vs. 'var int a =
0'
Pete
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev