Skip to content

Instantly share code, notes, and snippets.

@lildata
Last active December 12, 2015 21:58
Show Gist options
  • Save lildata/07aa09df8e3d42c8bb04 to your computer and use it in GitHub Desktop.
Save lildata/07aa09df8e3d42c8bb04 to your computer and use it in GitHub Desktop.
clojure fn
(def strinc (comp str inc))
(strinc 3)
; => "4"
; ! 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