Hello everybody,
 I had previously seen a conversation where some body had a macro where they
would give a name to the intermediate values .. I am not able find it via
google .. can some body help me here?

The problem is

(-> x f g) being re-written as (g (f x)) I can't refer to intermediate
values at multiple locations in the same s-expression

I am looking for some thing where i can do

(->var x (let [a var] (f (+ a var))) (g var))

Thanks,
Sunil.

-- 
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

Reply via email to