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.
(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.
(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`.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |