Re: Pathfinding via core.logic

2012-07-25 Thread Cesare
You could hack the following example: https://groups.google.com/forum/#!msg/clojure/4zrTBUzIxWQ/OYfGom-VY3oJ Il giorno martedì 24 luglio 2012 20:21:53 UTC+2, tbc++ ha scritto: > > I have a problem I'm interested in using core.logic with: > > Let's say I have a set of rooms in a maze, they are

Re: Pathfinding via core.logic

2012-07-24 Thread David Nolen
On Tue, Jul 24, 2012 at 2:21 PM, Timothy Baldridge 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