Comment on Why Go Can't TryparentComments−assbuttbuttass6moWhich 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.)−andriy_koval6momostly how you declare var + type, and function with parameters, which is probably majority of code boilerplate.
Comments
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.)
mostly how you declare var + type, and function with parameters, which is probably majority of code boilerplate.