core libraries use the following conventions when naming arguments
f, g, h - function
n - integer, usually a size
index, i - integer index
x, y - numbers
xs - sequence
m - map
s - string
re - regular expression
coll - a collection
pred - a predicate closure
& more - variable number of arguments
core libraries use the following conventions when naming arguments
f, g, h - function n - integer, usually a size index, i - integer index x, y - numbers xs - sequence m - map s - string re - regular expression coll - a collection pred - a predicate closure & more - variable number of arguments