When I created clj-test.clj to create clj-test.core space in Clojure, lein got very angry.
Changing clj-test.clj to clj_test.clj and the namespace to clj-test.core works fine.
It seems to be a java specification that the hyphen in the package name is an error.
Recommended Posts