guile-devel
[Top][All Lists]
Advanced

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

Re: strings rationale


From: Neil Jerram
Subject: Re: strings rationale
Date: 06 Aug 2001 15:21:18 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Tom" == Tom Lord <address@hidden> writes:

    Tom> But the idea of a read-only-string is safe, reasonable,
    Tom> useful, and otherwise good.

But from the programmer's POV it is an inconvenience.

It is better and more useful to provide a unified string data type and
automatically infer mutability etc. from the way that such strings are
used, so long as this can be achieved safely (i.e. functionally
correct wrt multithreading) and reasonably (i.e. acceptable
performance).

This is what we hope for Guile, and is what lies behind the comment
about read-only strings disappearing.

        Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]