Turning off the result printing in common lisp
I am working with a reasonably large dataset in GNU clisp. It would be really nice if I could turn off the P of the REPL. Having thousands of results spew across my screen really isn't very useful.
I rummaged t开发者_JAVA技巧hrough the docs and couldn't find out how to turn it off. I assume it's one of the variables.
You might try changing the value of *print-length*
.
精彩评论