Context
I'm aware of core.logic.
I have worked through the reasoned schemer.
I know about the existence of Prolog.
I want to become better at doing logic-style programming in Clojure.
There are infinitely more Prolog books than core.logic books.
Question:
I'm currently planning to work through a few Prolog books with clojure's core.logic. What things should I watch out for / what things are hard to map from Prolog to core.logic?
(Other suggestions at becoming better at logic programming welcome too.)
Thanks!