Friday, 11 July 2014
Clojure - " java.lang.Exception: Cyclic load dependency"
I've just discovered that Clojure, by default, doesn't allow cyclic dependencies between namespaces, as opposed to Java, where those between classes are allowed. Cyclic dependencies being the root of many evils, that is a very good thing. It would be nice to find the same strictness imposed on package levels, but it's not.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment