Source: https://github.com/higepon/mosh/issues/265 When writing character `\n`, some implementations emits `\newline` and others `\linefeed` . IIRC this is allowed on R6RS but need to confirm.
Source: higepon/mosh#265
When writing character
\n, some implementations emits\newlineand others\linefeed. IIRC this is allowed on R6RS but need to confirm.