From: xue haifeng (haifengxue at hotmail.com) Date: Sat Nov 18 14:12:04 EST 2006 |
|
I am new to using Scheme. I am trying to convert a string to a list. It needs the list to be like '(55 34 rr = ) and not '(#\5 #\5 #\space #\3 #\4 #\space #\r #\r #\space #\= ). Is there a simple way to get the list '(55 34 rr =) from the string "55 34 rr =". Thanks for any help you have! _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
Posted on the users mailing list. |
|