Hacker News new | ask | show | jobs
by Ringz 35 days ago
That’s exactly how I think, too. But at the same time, I like indentation in Python, because I would logically indent in every other language as well. In fact, I find all those semicolons and similar things at the end of each line completely redundant (why should I repeat myself for something the compiler should do) and I hate them. And that’s despite having experience with Modula and 10 years of C++. But when I look at Rust, I find the syntax simply awful. From an ADHD perspective…
2 comments

fellow ADHD here. Rust feels like 'oh come on you want me to type all that?' I find Raku great, though
Not ADHD but 100% agree on rusts syntax. It's totally repulsive to me.