Bohtvaroh

Blogger - CRWFPM - mapcatting

Dec 25th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defn mapcatting [f]
  2.   (fn [f1]
  3.     (fn [result input]
  4.       (reduce f1 result (f input)))))
Advertisement
Add Comment
Please, Sign In to add comment