clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Clojure documentation convensions

Open practicalli-johnny opened this issue 2 years ago • 0 comments

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

practicalli-johnny avatar Jun 10 '23 15:06 practicalli-johnny