This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANN] Some R7RS libraries


On 04/10/2017 11:45 AM, Peter Lane wrote:
There are a number of incompatible changes, most notably that by
default Kawa will follow SRFI-140, so most string procedures
will return immutable strings.
That may need another cond-expand option in places.  I have a few such for strings already, as chibi does not support srfi 13.

I expect you will need very few changes.  Kawa will still have string-set!,
and both make-string and string-copy will return mutable strings.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]