Skip to content

Instantly share code, notes, and snippets.

@Torvaney
Last active October 31, 2018 12:35
Show Gist options
  • Save Torvaney/0c302fa024e9a1ec9122c81e384f22f8 to your computer and use it in GitHub Desktop.
Save Torvaney/0c302fa024e9a1ec9122c81e384f22f8 to your computer and use it in GitHub Desktop.
this is a crutch
(defn print-log
[x]
(do
(if (not (nil? x)) (println x))
x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment