Liking cljdoc? Tell your friends :D

fern.easy


abbreviateclj

(abbreviate w s)
source

abbreviate-leftclj

(abbreviate-left w s)
source

file->environmentclj

(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.
sourceraw docstring

hlineclj

(hline w s)
(hline w l r)
source

loadclj

(load reader path)
(load reader path plugin-symbols)
source

load-environmentclj

(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.
sourceraw docstring

load-plugin!clj

(load-plugin! pi)
source

load-plugin-namespaces!clj

(load-plugin-namespaces! env plugin-symbol)
source

(print-error-message headline)
(print-error-message headline file)
source

(print-evaluation-exception e)
(print-evaluation-exception e filename)
source

(print-evaluation-history file h)
source

(print-in-width w s)
source

(print-other-exception e)
(print-other-exception e file)
source

reader->environmentclj

source

string->environmentclj

(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.
sourceraw docstring

terminal-widthclj

(terminal-width t)
source

underef-handlersclj

source

validate!clj

(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.
sourceraw docstring

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

× close