core-logic

johanatan 2016-10-19T17:55:37.000077Z

Hi, is there a way to AND a dynamically generated list of constraints? [Cannot apply all or run as they are macros]

2016-10-19T17:56:34.000078Z

(every? true? coll)

johanatan 2016-10-19T17:56:55.000079Z

Is true? part of core.logic?

2016-10-19T17:57:20.000080Z

Sorry, didn’t notice the channel. Thinking in clojure.core.

johanatan 2016-10-19T17:57:23.000081Z

Can a boolean be converted to a goal?

johanatan 2016-10-19T17:57:26.000082Z

Ahh 🙂

johanatan 2016-10-19T18:01:36.000083Z

Answer from dnolen: dnolen [11:00 AM] @johanatan yes, you can reduce your goals with bind