开发者

Turning off the result printing in common lisp

开发者 https://www.devze.com 2023-01-16 02:47 出处:网络
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 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*.

0

精彩评论

暂无评论...
验证码 换一张
取 消