Hi Meikel,

That works for me too.  I can use that when I control the definition of 
that function.  However sometimes I don't e.g. when I use with-redefs, 
which calls with-redefs-fn.

On Monday, July 1, 2013 12:23:34 PM UTC+1, Meikel Brandmeyer (kotarak) 
wrote:
>
> Hi,
>
> I did a slight variation which does not close over the head and it seems 
> to work fine.
>
> (defn log
>   [f & args]
>   (println "start")
>   (apply f args)
>   (println "stop"))
>
> ((fn [xs] (log take-last 3 xs)) (range 200000000))
>
> Kind regards
> Meikel
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to