In principle, yes.  But given that we have formatters for this kind of fine control, I would avoid doing so.

On Fri, Apr 19, 2019 at 6:01 PM Hugo Hörnquist <xxxxxx@lysator.liu.se> wrote:
This is a response to the other thread. I would have written
it there but I just subscribed.

----------------------------------------

> What about printing underscores in the REPL though? I thought that would
> be the main thing that's useful. A typical example would be using the
> Scheme REPL as a fancy calculator. It's not as critical (and can often
> be unwanted) to have underscores when printing S-expressions to files.

Don't we already have the `display'/`write' distinction for
this? So that display could print numbers with underscores,
and write would give "plain" numbers?
--
hugo