I have been searching all over the internet for a solution because this way I can not really work because I can only once connect to the lisp and not again.
Can anyone give me a pointer on what I am doing wrong? I am totally stunned because I seem to be the only one that has this problem :(
Just use:
(swank:create-server :port 4005 :dont-close t)
That should fix it. Ignas Mikalajūnas