Y
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
andriy_koval
104 days ago
mostly how you declare var + type, and function with parameters, which is probably majority of code boilerplate.
link