list->string with problems?
Marco VEZZOLI
marco.vezzoli@st.com
Wed Mar 10 11:09:00 GMT 2004
Christof Lehmann wrote:
>
> (list->string '(a b c))
> throws the error
> Argument #2 to 'string-set!' has wrong type
>
> I use Kawa 1.7
>
> Christof
I think you should use
(list->string '(#\a #\b #\c))
with your code you are trying to put a list of symbols into a string
'(a b c) == (list 'a 'b 'c)
--
Marco Vezzoli tel. +39 039 603 6852
STMicroelectronics fax. +39 039 603 5055
More information about the Kawa
mailing list