>>>>> "you" == Juan Jordana Jord <jord@gnawk.dial.eunet.es> writes: you> Is there any CLISP equivalent to the atom manipulating functions you> IMPLODE and EXPLODE ?? Do you mean something to convert between symbol names and symbol strings? Like: (coerce (symbol-name 'test) 'list) (also, MAKE-SYMBOL, FIND-SYMBOL, INTERN, etc..)