On Fri, 27 May 2011 18:35:47 +0200 Michael Wood <[email protected]> wrote:
> > And instead of exiting, it "hangs" in this state for a number of > > seconds before finally quitting. Why is that so and how can I fix > > that? > > > > I tried calling (System/exit 0) in the end, but then it didn't even > > display anything before quitting. > > > > Hope to get some answers. Clojures lazy evaluation sometimes > > confuses me. > > My first guess is that you need a (shutdown-agents) call at the end. That guess was correct, now it runs just fine. Thanks a lot! regards, Marek -- 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
