>>13,14Python has parens too, and you can't do without them. I think parens are the most common syntax element. Adjusting to reading sexprs doesn't take very long. You can do it in an afternoon by
writing code for a few hours.
I've gotten annoyed with the C-derived syntaxes because they look butt-ugly when you format them like sexprs even though they have a tree structure. Seeing some kind of
}])]}})
at the end of a line looks truly awful. It's really common to stack these on the same line in Javascript or really any C-syntax with lamdbas/closures. Gross.
>>17 Nobody is going to read all that.