15:13:50smlckzShinmera: say I'm making a repl and ran it from the slime repl, if I want to exit this one with eof, the outer repl would continue, how to achieve this? with interrupt, code execution stops and the cleanup code after eof is reached can not run..
15:23:12smlckzIf I am using the raw repl outside emacs in e.g. sbcl or ecl I can have the inner repl take eof and return control to outer repl which continue working without problem.. why can this be not done in slime repl?