
So... as said here: viewtopic.php?f=2&t=4484&p=12422#p12422 I wuold like to ask you, I hope, a very little question... that is:
I wuold be pleased to generate, as a macro result, a compound word merged from the union of a variable with some other custom defined content. To better explain, having for example the symbol foo as input of a macro, I wuold like to produce foo-othercontent as output, or better, to use the symbol foo-othercontent inside of the macro. Does lisp have such a potential to do also that? Using the comma operator I got a blank space as, I guess, the variable is treated as a whole new list element. I've also thought about converting a string into a symbol if it is possible, but I don't know how beatiful such a solution could be... do you have any advices?