On Sat, Jan 5, 2013 at 2:44 PM, Timo Westkämper <[email protected]>wrote:
> Here is one example >>> >>> (def l (range 0 2000)) >>> (run* [q] (appendo l l q)) >>> >> >> One my machine this works without a hitch. What version of core.logic are >> you using? >> > > [org.clojure/core.logic "0.8.0-beta4"] > I cannot reproduce this on master even if I use a larger like N=10000. If I pick a very large N it takes a very long time - but no stack overflow. Can you test this one against master and give more specific details about your setup? Thanks. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
