Skip to content

Instantly share code, notes, and snippets.

@shapiy
Last active May 7, 2020 07:34
Show Gist options
  • Save shapiy/1610c0b80e988051154410c60a061d05 to your computer and use it in GitHub Desktop.
Save shapiy/1610c0b80e988051154410c60a061d05 to your computer and use it in GitHub Desktop.
A higher-order function to yield some sense in an arbitrary life situation, no matter how absurd, written in Clojure.
(defn quintessence
"Yields sense.
Should be used judiciously. Sense is not what you always want."
[]
(fn [anything] ((juxt :important :inevitable) anything)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment