Created
October 14, 2024 05:05
-
-
Save valbaca/a55cf9cdcb500e203cadc9ef3555daa0 to your computer and use it in GitHub Desktop.
This file contains 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
Clojure naming conventions | |
a agent | |
b body macro body | |
bind binding macro binding vector | |
c coll collection | |
c class | |
e expr expression | |
f g h function | |
i index | |
m map, matcher | |
& more varadic arg | |
n integer, usually size/length/count | |
p pred predicate | |
re regular expression | |
s string | |
x y z general variables, numbers | |
xs ys zs sequence | |
xf xform, transducer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like an existing list already exists: https://guide.clojure.style/#idiomatic-names