<nij>
It sounds like for my use I need to look into other sockets package.. e.g. usocket.
<pjb>
One patch that could perhaps be implemented easily would be to use not sockets, but named pipes.
<pjb>
nij: for example, search for 'defimplementation create-socket' in swank sources. On ccl, make-socket takes a :address-family parameter, and you could pass :file to use a unix domain socket (ie. a named pipe), with a :local-filename parameter specifying the pipe file.
<pjb>
nij: then you would have to patch similarly slime to connect using the pipe file.
<pjb>
In that case, you could use unix access rights to protect the pipe.
<pjb>
Become a hero, implement a patch!
<nij>
pjb: I'm still a noob! But perhaps will do one day! :D
nij has quit [Quit: ERC (IRC client for Emacs 27.1)]