Re: IllegalArgumentException when running core.async example

2014-07-09 Thread endbegin
Thanks!! That did it. -- 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 grou

Re: IllegalArgumentException when running core.async example

2014-07-08 Thread Tobias Kortkamp
In judge try changing (let [out async/chan] ...) to (let [out (async/chan)] ...) On Wednesday, July 9, 2014 5:57:53 AM UTC+2, endbegin wrote: > > Just tried it with Clojure 1.6.0. Still no luck! >> > -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: IllegalArgumentException when running core.async example

2014-07-08 Thread endbegin
> > Just tried it with Clojure 1.6.0. Still no luck! > -- 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 p