On Thu, Mar 15, 2012 at 2:04 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> And why is it run* and not run?

There is run, but `run` takes an extra argument `n` and will solve for
only `n` results while `run*` solves for all.

Also, core.logic is essentially a faithful port of miniKanren and
there is a lot of value in keeping it that way since it will allow us
to port over newer work that's happening around miniKanren, eg.
cKanren.

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com

-- 
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

Reply via email to