Comment on Val: A New Language Alternative to C++, RustparentComments−nextaccountic3yit uses mostly the same sigils and syntax elements from C, like &, [], etc (the ${} is for string formatting, that in C is written %d, %lu etc - which is arguably worse)for me the problem is that it changed the meaning of & gratuitously
Comments
it uses mostly the same sigils and syntax elements from C, like &, [], etc (the ${} is for string formatting, that in C is written %d, %lu etc - which is arguably worse)
for me the problem is that it changed the meaning of & gratuitously