Hacker News new | ask | show | jobs
by randallsquared 2398 days ago
Actually, in my experience detractors tend to fixate on the

    ))))))))))
that ends some lispy code.
1 comments

Yet are completely fine with things like:

                  }
                })
              ]}
            }])
          }
        }
      }
   }
At the very least that is more readable due to the indents and the extra syntax. Depending on what language you're using, those different common groups of tokens do communicate context, whereas a dozen right-parens on a single line really don't.