Hello, When I work with large arrays or other large data structures on the command line, I have to be careful not to print them. Guile always prints these things in full, it takes forever and often I can't even C-c.
I've seen that there's a REPL command ,inspect that produces abridged output. Is it possible to have this as the default for printing to the REPL? Is there any way to configure this? Thanks, Daniel