this post was submitted on 24 Aug 2025
291 points (97.4% liked)
Programmer Humor
38919 readers
17 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
Does Ruby require the use of
[]and{}there? Because those%w/%i/etc things look like custom quoting operators and at least in Perl you can use any delimiter you want:qw(a b c)is a list of strings, but so areqw+a b c+andqw;a b c;.Yes, but why?
https://en.wikipedia.org/wiki/Principle_of_least_astonishment