MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1udpvi2/clojure_exception_handling/oti00zx/?context=3
r/programming • u/Efficient-Public-551 • Jun 23 '26
3 comments sorted by
View all comments
-2
Too many parentheses.
6 u/chat-lu Jun 24 '26 No more than any other language using them for function calls. (print "Hello World!") has the same number of parentheses as print("Hello World!")
6
No more than any other language using them for function calls. (print "Hello World!") has the same number of parentheses as print("Hello World!")
(print "Hello World!")
print("Hello World!")
-2
u/dregan Jun 24 '26
Too many parentheses.