Next: , Previous: , Up: Contributed Packages   [Contents][Index]


8.3 Multiple REPLs

The slime-mrepl package adds support for multiple listener buffers. The command M-x slime-new-mrepl creates a new buffer. In a multi-threaded Lisp, each listener is associated with a separate thread. In a single-threaded Lisp it’s also possible to create multiple listener buffers but the commands are executed sequentially by the same process.