Last active
March 1, 2020 13:07
-
-
Save xhh/b1096cbfb434b32b51e60961f8b5c601 to your computer and use it in GitHub Desktop.
some clojure code
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
(defmacro comp* [& fns] | |
`(comp ~@(reverse fns))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment