Relative Content

Tag Archive for lispcommon-lisp

Is TRUNCASE a symbol that ever existed in a Lisp implementation?

It appears that the Kate editor has a lot of xml files describing various languages, for highlighting purposes. For example, commonlisp.xml contains all 978 standard Common Lisp symbols. Other projects depends on these files, like Skylighting in Haskell and then indirectly matterhorn.

The reason for strings instead of symbols

I was wondering about passing a string to check the existence of a symbol, so I created the following function,
but all the answers were :INTERNAL, so it was useless.
I understand the reason, but does anyone know why lisp works this way?