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 used to accept symbols, not any more


> This is possibly the right behavior as that's how it works in
> DrScheme, but a bit painful to write the extra code to convert symbols
> to strings.

I'm no Dr. Scheme expert, but when I run (string-append 'hello '123) I
get an error:

  string-append: expects type <string> as 1st argument ...

Regards,
Chris Dean


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