Skip to content

Instantly share code, notes, and snippets.

@brettrowberry
Created September 15, 2021 20:00
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 brettrowberry/25c76537e98ef87b7d846a191e8cf173 to your computer and use it in GitHub Desktop.
Save brettrowberry/25c76537e98ef87b7d846a191e8cf173 to your computer and use it in GitHub Desktop.
Clojure Snippets for VS Code
// Thanks Nick Nichols
"Spy Function": {
"prefix": "spy",
"body": [
"(defn spy [x] (println x) x)"
],
"description": "Log a value and immediately return it"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment