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]

string-append used to accept symbols, not any more


Looks like the implementation of string-append using the
string_append.java used to allow symbols used in string-append
function but after it got changed to another function based on
gnu.lists.FString, it doesn't accept the symbols.

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.

S


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