[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] Comments on draft 7



It's difficult to understand this prohibition. C strings containing non-terminal NUL characters are not prohibited:

  char s[] = "abc\0efg";

Sure, most C library functions will interpret this string as equivalent to the C string "abc" and most C-to-Scheme FFIs would convert this to the Scheme string "abc", but such ambiguities are not per se issues for Scheme code.

Regards,

Alan


_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports