Liking cljdoc? Tell your friends :D

fif.stdlib.constant

Allows defining words which return a constant value

Allows defining words which return a constant value
raw docstring

arg-constant-tokenclj/s

source

constant-modeclj/s

(constant-mode sm)

Mode for creating a word definition which pops a constant value onto the stack.

Mode for creating a word definition which pops a constant value onto
the stack.
sourceraw docstring

constant-mode-flagclj/s

source

import-stdlib-constant-modeclj/s

(import-stdlib-constant-mode sm)

Stack Machine Import for constant-mode

Stack Machine Import for constant-mode
sourceraw docstring

start-constantclj/s

(start-constant sm)

Word definition for going into constant-mode for defining a constant

Word definition for going into constant-mode for defining a constant
sourceraw docstring

wrap-word-constantclj/s

(wrap-word-constant cval)

Generates a word function that pops cval on the stack

Generates a word function that pops `cval` on the stack
sourceraw docstring

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

× close