(clear-context-options)
(clear-context-options lang)
(clear-context-options lang context)
(clear-context-options lang context program)
clear entries from the *context-options*
structure
clear entries from the `*context-options*` structure
(get-context-options)
(get-context-options lang)
(get-context-options lang context)
(get-context-options lang context program)
gets all or a section of the *context-options*
structure
gets all or a section of the `*context-options*` structure
(get-options lang context program)
gets merged options for context
gets merged options for context
(get-program-default lang context program)
gets the default program
gets the default program
(get-program-exec lang context program)
gets running parameters for program
gets running parameters for program
(get-program-flags lang program)
gets program flags
gets program flags
(get-program-options)
(get-program-options lang)
gets all program options
gets all program options
(program-exists? exec)
checks if an executable exists
(program-exists? "gcc") => true
checks if an executable exists (program-exists? "gcc") => true
(put-context-options [lang context] m)
puts entries into context options
puts entries into context options
(put-program-options lang m)
puts configuration into program options
puts configuration into program options
(set-context-options [lang context program] opts)
sets a entry into context options
sets a entry into context options
(swap-program-options lang f & args)
swaps out the program options using a funciotn
swaps out the program options using a funciotn
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close