|
|
|
|
|
by ccortes
1898 days ago
|
|
My experience has been the same. I do enjoy clojure very much but I've spent hours and even days just searching for examples on how to do X or Y and most of the sources are not beginner friendly at all. If it wasn't because of my huge desire to use datomic I think I'd switch to some other language. On the plus side I've learned a lot. |
|
The reason behind this is that since Clojure is data-oriented, API interfaces are clear, minimal and self-documenting. With object orientation or anything that relies on datatypes, I always end up browsing docs looking for what's possible to do with the given list of methods. Never in Clojure.