top | item 21701390

(no title)

F-0X | 6 years ago

Would be a big improvement on Rust.

discuss

order

wwright|6 years ago

What part of Rust’s syntax do you think is a detriment vs C? A lot of it is very similar to C, but with ambiguity removed.

- Variable types are changed to avoid ambiguity in lexing.

- Loops and conditionals require {}, which means the parentheses can be dropped on the condition and there’s no ambiguity about nested if’s and else’s.

What would you like improved?