ooh for

On Sun, Mar 22, 2009 at 9:27 PM, Jeff Valk <jv-li...@tx.rr.com> wrote:
>
> On 22 March 2009 23:14, Timothy Pratley <timothyprat...@gmail.com> wrote:
>
>> Golf time!
>>
>> (defn mapmap [f m]
>>     (into {} (map (fn [[x y]] [x (f y)]) m)))
>
> Ah, golf... :-)
>
> (defn mapmap [f m]
>  (into {} (for [[k v] m] [k (f v)])))
>
> >
>



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

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