|
|
|
|
|
by hh
5974 days ago
|
|
I looked at the Clojure code and I find it's so ugly compared to Python, Java, or C#. I don't know why would anyone considered that a contender for writing code in the long run. I know the three languages mentioned above and I find Python is the most easy to read and code. Code readability is one of the most important criteria for me. |
|
I've learnt that hard way that writing off a language because you hate the syntax from your initial impressions to be a _huge_ mistake. I used to detest Haskell's syntax for so many reasons after suffering through courses about it at university. Now that I actually know haskell a little, and understand the why behind all those syntax choices, it makes a lot of sense and is a really smart syntax choice.