Created
May 15, 2011 20:40
-
-
Save kartikshah/973509 to your computer and use it in GitHub Desktop.
4Clojure 39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(fn [xs1 xs2] (flatten (reverse (seq (zipmap xs1 xs2))))) |
blambin
commented
Apr 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment