You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The well known problem of emacs/cider's behavior on printing long or complex data structures in the repl
is very frustrating.
There are several efforts on going to solve this on the level of truncating the output automatically, in the nrepl for example.
The latest attempt is this: nrepl/nrepl#75
From my proper experiments, I think it is not enough to limit this it the nrepl allone.
(as a nrepl solution does not solve the problem, that the repl buffer grows and grows over time, and sometimes it fills too quickly for the user to react)
See the reasoning and a potiental, very simple, solution, based on automatically erasing the
repl buffer here: