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

NextPrevUpTopContentsIndex

14.8 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 - 15 Feb 2015

NextPrevUpTopContentsIndex