On Tue, May 6, 2014 at 9:51 AM, John Cowan <[email protected]> wrote:

>
> 8) Should R7RS-large implementations be required to allow #\x0 in strings?
> (There have been implementations in the past which did not, for the sake
> of simpler interchange with C, but none of the test-suite implementations
> have this restriction.)
>

Note that at least Chibi and Chicken do not truly support
#\x0 in strings - you can create such strings, but some
internal and most FFI functions will break.

For full details you can see the discussion of this issue
in R7RS-small.

-- 
Alex
_______________________________________________
Scheme-reports mailing list
[email protected]
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports

Reply via email to