Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Is it possible to embed the REPL?



I want to open an interactive REPL in my zsh functions (mainly for debugging purposes); Exactly like IPython.embed().
One way to do something similar is to simply invoke another instance of zsh, but this solution doesn’t make available the unexported variables in scope.



Messages sorted by: Reverse Date, Date, Thread, Author