Ah thanks, I did a JIRA search for `as->` before but nothing had popped up.
On 05 Oct 2014, at 03:06, Sunil S Nandihalli wrote:
> This issue has been reported
>
> May be you should upvote this..
>
> http://dev.clojure.org/jira/browse/CLJ-1418
>
>
>
> On Sun, Oct 5, 2014 at 4:56 AM, Leon G
This issue has been reported
May be you should upvote this..
http://dev.clojure.org/jira/browse/CLJ-1418
On Sun, Oct 5, 2014 at 4:56 AM, Leon Grapenthin
wrote:
> Thought:
>
> (defmacro as->
> [expr name & forms]
> `(let [~name ~expr
>~@(interleave (repeat name
Thought:
(defmacro as->
[expr name & forms]
`(let [~name ~expr
~@(interleave (repeat name) (butlast forms))]
~(last forms)))
On Sunday, October 5, 2014 1:02:50 AM UTC+2, Jan-Paul Bultmann wrote:
>
> Hey,
> I just noticed that while recur can be the la