This is the mail archive of the kawa@sources.redhat.com 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: string-append/shared


Per Bothner <per@bothner.com> wrote:
> In this case the string-append and string-append-shared should be
> in kawa/lib/strings.scm:

Sure, that's easy enough.  I'll tackle that when I have a few spare
moments.

> However, that requires at least one argument, and the specification is
> unclear whether it is allowed to call string-append/shared with no
> arguments.  

Other Scheme implementations allow the no argument case (and I also
prefer it) so I'll translate the Java version of string-append/shared
into Scheme as you suggest.

Regards,
Chris Dean


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