cool TIL: mvn -q dependency:build-classpath -Dmdep.outputFile=classpath.txt
The one thing Iād like fixed in core.logic is this warning on newer clojure versions:
WARNING: indexed? already refers to: #'clojure.core/indexed? in namespace: clojure.core.logic.pldb, being replaced by: #'clojure.core.logic.pldb/indexed?
not a major issue, but it winds me up š
@rickmoynihan the maven thing was nice indeed -- wanted to be able to send the output to stdout to pass it on to another program (without using an intermediate file), but haven't had much luck figuring that one out.