On Sun, Jan 2, 2011 at 11:30 AM, Alex Baranosky <[email protected]> wrote: > Any comments on style, technique or just anythings I missed would be greatly > appreciated. I'm really trying to expand my horizons and perfect the app as > a kind of kata.
Sophisticated! I like it. I will take exception to the naming of "mapmap" I see that name pop up with all sorts of different meanings attached to it, so I had to read your implementation to understand it. Can I suggest "map-by-key" as more descriptive? "zip" appears on the surface to be similar to the core "flatten" function (maybe I'm missing a good reason why you can't use that instead). Regards, Timothy -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
