this post was submitted on 10 Sep 2025
59 points (100.0% liked)
Programmer Humor
38258 readers
101 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes! Exactly! Thank you; that was my whole point.
I'm not trying to compare syntax in general. All I'm doing is refuting the original claim, which was that Lisp doesn't use more parentheses than other ("conventional") languages. It does.
All that stuff about syntactic noise, granted. I mean, I don't agree personally, but it's irrelevant to my point.
Again, it's very weird to single out one type of control character. You have to compare syntax trade offs holistically. However, even when you straight up compare parens, there isn't a significant difference. Pretty much every language, except those using whitespace, will have two parens for arguments and curlies for the function body, or a statement. This is roughly the same number of parens you end up with in Clojure, minus all the other characters. The difference is just not that dramatic in practice.