Created
September 15, 2021 20:00
-
-
Save brettrowberry/25c76537e98ef87b7d846a191e8cf173 to your computer and use it in GitHub Desktop.
Clojure Snippets for VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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