Email list hosting service & mailing list manager

null-terminated strings vs. strings with length Sebastian Egner (01 Jan 2004 15:04 UTC)
Re: null-terminated strings vs. strings with length Richard Kelsey (05 Jan 2004 12:28 UTC)

Re: null-terminated strings vs. strings with length Richard Kelsey 05 Jan 2004 12:27 UTC

   Date: Thu, 1 Jan 2004 07:04:52 -0800 (PST)
   From: Sebastian Egner <xxxxxx@yahoo.com>

   [proposed string procedures elided ...]

   This proposal separates the issue of character
   encoding  from the issue of null-terminated strings
   vs. buffers with length.

Yes, it also insulates the C code from Scheme's internal
representation of strings, which may not be as single
contiguous blocks of characters.  Unless Mike objects we'll
add this, or something like it to the SRFI.

                                     -Richard Kelsey