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

Re: SRFI-13: late laundry list

This page is part of the web mail archives of SRFI 13 from before July 7th, 2015. The new archives for SRFI 13 contain all messages, not just those from before July 7th, 2015.



In article <199911170728.CAA01408@xxxxxxxxxxxxxxxxxxx>,
erik hilsdale <ehilsdal@xxxxxxxxxxxxxx> wrote:

>---- capitalize-string[!], capitalize-words[!]
>
>I just don't see a reason for having these procedures in this library,
>_especially_ capitalize-words.

I agree.

>Capitalize-string[!] I can see as somewhat useful,

But it can be emulated by using string-upcase/downcase quite easily, so
I think it should be left out too.