Re: #' use in clojure-contrib macros

2008-10-11 Thread Meikel Brandmeyer
Hi, Did you have a problem after rev 1059? I'm in the middle of making some reader changes - if rev 1059 works then I recommend leaving your code alone until I am done. At that point, I will know if I am going to change the promise of #'x becomes (var x), and let everyone know. Checked. The pr

Re: #' use in clojure-contrib macros

2008-10-11 Thread Rich Hickey
On Oct 11, 9:26 am, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote: > Hi, > > I also ran in the problem with #' in a macro with clojure-contrib. > The attached patch changes all macros in clojure-contrib to the > suggested way with (var). > Did you have a problem after rev 1059? I'm in the middle

#' use in clojure-contrib macros

2008-10-11 Thread Meikel Brandmeyer
Hi, I also ran in the problem with #' in a macro with clojure-contrib. The attached patch changes all macros in clojure-contrib to the suggested way with (var). Sincerely Meikel var-vs-reader.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature