Liking cljdoc? Tell your friends :D

bigjule.core


defrollclj/smacro

(defroll name dice-spec)
source

modifierclj/smultimethod

This multi-method is used to define roll modifier functions. It should accept two arguments the first is a sequence of generated rolls, the second is a sequence of arguments provided to the modifier. Use defmethod to provide new modifier functions.

This multi-method is used to define roll modifier functions.  It should
accept two arguments the first is a sequence of generated rolls, the second
is a sequence of arguments provided to the modifier.  Use defmethod to provide
new modifier functions.
sourceraw docstring

prepare-rollclj/s

(prepare-roll dice-spec)
source

rollclj/s

(roll dice-spec)
source

roll-dieclj/smultimethod

Responsible for actually generating the dice number. The data argument should be a map containing a sides parameter. Perhaps future customizations can carry more on that map. Use defmethod to create new types of dice.

Responsible for actually generating the dice number.  The data argument
should be a map containing a sides parameter.  Perhaps future customizations
can carry more on that map.  Use defmethod to create new types of dice.
sourceraw docstring

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

× close