The following naming conventions have been used in Tawny-OWL.
-
separators have been used to split words in function names.owl
prefixes have been used to distinguish from
clojure.core
functions. See further documentation for a
rationale.def
macro forms. For some reason, in lisp
these are generally not hyphenated.def*property
macros use a single letter to distinguish between then;
a compromise between typing and clarity.superclass
, subclass
and datatype
are treated as single words.i
prefix is used to designated infered
.Where these naming conventions have not been used consistently, this should be considered a bug.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close