Remix.run Logo
gigel82 8 hours ago

Not OP but the syntax is off-puting for me, it's simply difficult to read.

I can parse and read all C/C++/TypeScript/Java/C# code with ease, it all makes sense and reads like poetry. Rust's syntax is just ugly, I have a visceral unpleasant feeling sort-of like when I have to read Perl code or (to a lesser degree) Objective-C.

ribadeo 8 hours ago | parent [-]

You don't like the turbofish?

rcxdude 6 hours ago | parent [-]

lifetime annotations seem to be the biggest yuck for most people, given it's the most un-C++ like syntax (and single-quotes are always balanced in most languages).

rightbyte 5 hours ago | parent [-]

Single quotes are not balanced in GNU Octave or Lisps. I have never seen that as a critique of those.

rcxdude 5 hours ago | parent [-]

I think they have more obvious syntax complaints (from the perspective of the C-syntax language developer), to be fair