core-logic

2019-11-14T09:40:11.018700Z

cool TIL: mvn -q dependency:build-classpath -Dmdep.outputFile=classpath.txt

2019-11-14T10:11:33.019300Z

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?

2019-11-14T10:12:03.019700Z

not a major issue, but it winds me up šŸ™‚

2019-11-14T15:00:11.020600Z

@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.