Liking cljdoc? Tell your friends :D
Clojure only.

meme-lang.repl

Meme-specific REPL. Wires meme stages, error formatting, keyword resolution, and syntax-quote resolution into the generic REPL infrastructure.

Installs meme.loader by default so that require and load-file of .meme namespaces work from the REPL. Pass :install-loader? false to skip (for hosts that own their own load interception). JVM/Babashka only.

Meme-specific REPL. Wires meme stages, error formatting, keyword resolution,
and syntax-quote resolution into the generic REPL infrastructure.

Installs `meme.loader` by default so that `require` and `load-file` of
`.meme` namespaces work from the REPL. Pass `:install-loader? false` to
skip (for hosts that own their own load interception).
JVM/Babashka only.
raw docstring

input-stateclj

(input-state s)
(input-state s opts)
(input-state s opts run-fn)

Returns :complete, :incomplete, or :invalid for the given input string.

Returns :complete, :incomplete, or :invalid for the given input string.
sourceraw docstring

startclj

(start)
(start opts)

Start the meme REPL.

Optional opts: :install-loader? — default true; pass false to skip installing meme.loader.

Start the meme REPL.

Optional opts:
  :install-loader? — default true; pass false to skip installing
                     `meme.loader`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close