Re: SLIME and clojure problem

2009-02-22 Thread Jan Rychter
Jeffrey Chu writes: > It looks like it's because the period `.' comes after the quote `"' in > `cookies map".'; this seems to make the meta :arglists (.) - this may > be a clojure bug. > > You may want to put the period before the double quotes. Hah! Thanks! I didn't spot that! That indeed seem

Re: SLIME and clojure problem

2009-02-22 Thread Jeffrey Chu
Hi, It looks like it's because the period `.' comes after the quote `"' in `cookies map".'; this seems to make the meta :arglists (.) - this may be a clojure bug. You may want to put the period before the double quotes. In the mean time, a check for this was added in the latest swank- clojure (

Re: SLIME and clojure problem

2009-02-22 Thread Telman Yusupov
Hi Jan, I'm not familiar with Weld, but based on the error message shown the cause might be the recent changes in making sequences fully lazy. Which version of clojure.contrib are you using? If it works for Mark, you might want to make sure that you're running the same version of Clojure and clo