All Manuals > LispWorks Delivery User Guide > 13 Efficiency considerations when coding for delivery

NextPrevUpTopContentsIndex

13.7 Use of the INTERN and FIND-SYMBOL functions

These functions allow a running program to locate arbitrary symbols. If your application uses them you may need to keep many symbols in the image, along with any associated definitions. See Coping with intern and find-symbol at runtime.

Note: The read function typically calls intern , thus causing the same problems.


LispWorks Delivery User Guide - 13 Dec 2011

NextPrevUpTopContentsIndex