Re: Concatenation of objects...
Janis Dzerins <[email protected]>
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
Fabrizio Morbini <[email protected]> writes: > The problem is: convert a list into a symbol that is in 1:1 corrispondence > with the list. (because the list will be the key of an hash table, but a > list cannot be a key of an hash table so I need to convert it into a > symbol). Check the 'equalp test for make-hash-table function. -- Janis Dzerins Common Lisp -- you get more than what you see.