(def strinc (comp str inc))
(strinc 3)
; => "4"
Last active
December 12, 2015 21:58
-
-
Save lildata/07aa09df8e3d42c8bb04 to your computer and use it in GitHub Desktop.
clojure fn
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
| ; ! this is so tricky... | |
| ; see https://www.4clojure.com/problem/47 |
when is like a combination of if and do
but without an else branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment