Skip to content

Instantly share code, notes, and snippets.

@roneygomes
Created June 14, 2019 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roneygomes/98ea803fba8cc3cd8c7c826b257ce12d to your computer and use it in GitHub Desktop.
Save roneygomes/98ea803fba8cc3cd8c7c826b257ce12d to your computer and use it in GitHub Desktop.
A very simple tap function for debugging.
(comment
(require '[puget.printer])
(defn tap [thing]
(puget.printer/cprint thing)
thing)
(main/tap (assoc {:price 1} :symbol "AAPL")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment