Every now and then people share languages with very minimal or very uniform syntax (think Lisp, or Haskell, or Forth) and go "look, all the noise is gone". And to each their own, and familiarity goes a long way, but I think I've pinned down my feelings about it, which is "that wasn't noise, that was signal; I was using as scaffolding when reading the code and now I have to wade through every token linearly".
@jrose every language is line noise until you acclimate. Well except maybe Perl.

@jrose I remember the first time I read

for (;i<=n;++i) {

It didn’t parse in my brain yet. C was still new to me. But it grew on me.