Liking cljdoc? Tell your friends :D

common-script.game.scripts.util


coll-evenclj

(coll-even coll)

coll-oddclj

(coll-odd coll)

common-requiresclj


core-symclj


create-envcljmacro

(create-env ns-name & requires)

evalclj

(eval script)

name-with-attributesclj

(name-with-attributes name macro-args)

To be used in macro definitions. Handles optional docstrings and attribute maps for a name to be defined in a list of macro arguments. If the first macro argument is a string, it is added as a docstring to name and removed from the macro argument list. If afterwards the first macro argument is a map, its entries are added to the name's metadata map and the map is removed from the macro argument list. The return value is a vector containing the name with its extended metadata map and the list of unprocessed macro arguments.

To be used in macro definitions.
Handles optional docstrings and attribute maps for a name to be defined
in a list of macro arguments. If the first macro argument is a string,
it is added as a docstring to name and removed from the macro argument
list. If afterwards the first macro argument is a map, its entries are
added to the name's metadata map and the map is removed from the
macro argument list. The return value is a vector containing the name
with its extended metadata map and the list of unprocessed macro
arguments.
raw docstring

parse-numberclj

(parse-number str-number)

plugin-nsclj

(plugin-ns name)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close