From: Fabrizio Morbini

Subject: Concatenation of objects...

Date: 2003-9-29 20:06

Hi all, if I have three symbols: A, B and C and I want build the symbol 
ABC the only things that I can do is:

(read-from-string (concatenate 'string (symbol-name 'a) (symbol-name 'b) 
(symbol-name 'c)))

Is there something more efficient?

Thank you very much and Best Regards.

Fabrizio.