Variable: SB-INT:*REPL-READ-FORM-FUN*

package type

A function of two stream arguments IN and OUT for the toplevel REPL to call: Return the next Lisp form to evaluate (possibly handling other magic – like ACL-style keyword commands – which precede the next Lisp form). The OUT stream is there to support magic which requires issuing new prompts.

Value

#<function sb-impl::repl-read-form-fun>