Search found 12 matches
- Tue Aug 07, 2012 3:41 am
- Forum: Common Lisp
- Topic: word to list
- Replies: 5
- Views: 11642
Re: word to list
Thank you :-) with your function, the result is thus: > (struct->list '(word)) (#\W #\O #\R #\D) I've read this http://cl-cookbook.sourceforge.net/strings.html and it's quite useful. It's a good thing converting characters into strings... > (setf a (struct->list '(word))) (#\W #\O #\R #\D) > (mapcar...
- Mon Aug 06, 2012 3:24 pm
- Forum: Common Lisp
- Topic: word to list
- Replies: 5
- Views: 11642
word to list
Hi,
is there a mode to transform a word into a list, e.g. (word) -> (w o r d)?
Thanx
filfil
is there a mode to transform a word into a list, e.g. (word) -> (w o r d)?
Thanx
filfil