I am still a novice when it comes to working with emacs and slime.
I was wondering if there is a way to start a lisp (say SBCL) on a local port and then connect multiple different slime sessions to it?
For example, if I am using tmux/screen and want to have different emacs sessions between each window, would I be able to connect all the slime instances to the same lisp so that all the emacs sessions were sharing a repl allowing me to compile in any of the emacs sessions and the one running repl will have those changes?