On Tue, Jul 24, 2012 at 2:21 PM, Timothy Baldridge <tbaldri...@gmail.com> wrote: > All of these returned a 3 element set, but I'd like this to work with > arbitrary length paths. Any suggestions where to start reading up on > this? Is reading the reasoned schemer required for understanding how > to use core.logic?
The Reasoned Schemer is a good way to get familiar with the syntax. It also communicates some subtle points about relational programming that will make more sense over time. There's also a nice introduction by Edmund Jackson on the core.logic wiki. In order to get a general idea how one might approach a particular problem (like mazes) it's useful to refer to Prolog solutions as they can be easily translated. However this assumes you also have some familiarity with Prolog. It's not hard to come by an inexpensive good Prolog text. Once core.logic 0.8 settles down I plan on adding a considerable amount of documentation on usage, extension, and practical things like how to translate Prolog into core.logic. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en