Re: Recur in an overloaded function does not work?

2016-04-19 Thread andmed
Thank you. That the point. If "recur" binds to fn, why it can not know the binding point as the function method based on the number of arguments passed to it? I mean it is clear that Clojure can't do that, but I can see no reason why it could or should not if we choose to implement such syntact

Recur in an overloaded function does not work?

2016-04-18 Thread andmed
Hello I am just a beginner Clojure programmer and I am unhappy with the way recur behaves in Clojure I have implemented kata from here https://github.com/alvarogarcia7/kata-formulation-find-comments/pull/3 What it does: it outputs 'comments' (sequences starting with "#" or "//") and ignores 'c