Hacker News new | ask | show | jobs
by assbuttbuttass 104 days ago
Which aspects of Rust syntax are adapted from ML? Semantics sure, but to me the syntax seems a lot more similar to C++ (e.g. semicolons, type parameters using <>, etc.)
1 comments

mostly how you declare var + type, and function with parameters, which is probably majority of code boilerplate.