Closed
Description
EDIT: @dimitri suggested that we should remove this file altogether, since it is not used nowadays.
Lines 18 to 19 in bab6aaf
WITH-OUTPUT-TO-STRING
unnecessarily buffers all of the Quicklisp output into a string before ultimately discarding it.
Replace with (with-open-stream (*standard-output* (make-broadcast-stream)) ...)