Hacker News new | ask | show | jobs
by siscia 4220 days ago
I write clojure and a little bit of C and I find the clojure part extremely more readable...
1 comments

Is it because it simply does a lot more with less code, though?

Just squinting at the code to see the shape of it rather than worrying about the contents, the C blocks look more distinct, to me.

probably every let's say "method" are cleaner, and you can actually say what is happening.

C is more dispersive...

Thought I code way more clojure than C