(file->environment path)
Read a fern environment from the file speficied by path. Only use this function to read trusted data: This function uses clojure.tools.reader and can execute arbitrary code.
Read a fern environment from the file speficied by path. Only use this function to read trusted data: This function uses clojure.tools.reader and can execute arbitrary code.
(load-environment path)
(load-environment path plugin-symbol)
Deprecated. Use load
and pass in a reader.
Kept for backward compatibility.
Deprecated. Use `load` and pass in a reader. Kept for backward compatibility.
(print-evaluation-exception e)
(print-evaluation-exception e filename)
(string->environment s-or-reader)
(string->environment s-or-reader filename)
Read a Fern environment from a string or a reader. Use the file name (if supplied) in any exception messages. Only call this function with trusted data: This function uses clojure.tools.reader and can execute arbitrary code.
Read a Fern environment from a string or a reader. Use the file name (if supplied) in any exception messages. Only call this function with trusted data: This function uses clojure.tools.reader and can execute arbitrary code.
(validate! env)
Resolve all of the keys in the environment. Ensures that all of the keys will work but will trigger any side effects hidden in values.
Resolve all of the keys in the environment. Ensures that all of the keys will work but will trigger any side effects hidden in values.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close