Fork me on GitHub
#core-logic
<
2016-10-19
>
johanatan17:10:37

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

exupero17:10:34

(every? true? coll)

johanatan17:10:55

Is true? part of core.logic?

exupero17:10:20

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

johanatan17:10:23

Can a boolean be converted to a goal?

johanatan18:10:36

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