Re: why is it so annoying to run clojure code

2016-06-11 Thread Witold Szczerba
You did not want to make then depend on Lein, which is… a script, so you wrote your own script and made users of your library depend on it. What's the difference? On Sun, Jun 12, 2016 at 2:36 AM, Antonin Hildebrand < antonin.hildebr...@gmail.com> wrote: > I wanted users of my library (which has d

Re: recur does not work within some macros, how to deal with it?

2015-12-18 Thread Witold Szczerba
You are so right, the answer seems obvious now :) Thanks, Witold Szczerba On Sat, Dec 19, 2015 at 1:57 AM, Herwig Hochleitner wrote: > Use a function instead of the loop: > > (defn ws [req] > (with-channel req channel > ((fn loop-f [x] >(timer/schedule-ta

recur does not work within some macros, how to deal with it?

2015-12-18 Thread Witold Szczerba
/org/httpkit/timer.clj#L27 As far as I can see, there are no named recursion targets, so how can I loop the schedule? Regards, Witold Szczerba -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@g