The printing of repl results seems to have changed recently:
CL-USER> (format *standard-output* "foo") NIL CL-USER> foo
CL-USER> (format *standard-output* "foo~%") NIL CL-USER> foo
i.e. The result is printed and the prompt is printed before the command's output.
Do other people get this same behaviour?
Is this backend/interaction mode specific? (I'm using cmucl). -- Madhu