Is there any current support for having the REPL respect reader  macro characters? For example, if I define the [] pair to act like parentheses the repl shouldn’t automatically send a multiline [  ] form to lisp until a matching ] has been found. On command line REPLs , reader macro characters aren’t evaluated until a matching ] has been found.