emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
bozhidar 2020-07-20T04:14:06.041900Z

@jjttjj nREPL 0.6 introduced the option of truncating results/output to some size https://metaredux.com/posts/2019/03/29/nrepl-0-6.html

7
bozhidar 2020-07-20T04:14:16.042300Z

(in CIDER it’s 1MB by default)

bozhidar 2020-07-20T04:16:11.043Z

On top of this, the current CIDER master branch has some auto-trimming functionality for the REPL buffer https://docs.cider.mx/cider/repl/configuration.html#auto-trimming-the-repl-buffer

2020-07-20T11:23:37.043700Z

Awesome, will check it out thanks!