lispdoc - results for load-time-value |
(load-time-value form &optional read-only-p) | Function: Arrange for FORM to be evaluated at load-time and use the value produced as if it were a constant. If READ-ONLY-P is non-NIL, then the resultant object is guaranteed to never be modified, so it can be put in read-only storage.
|
| Mentioned in: CLtL2 - 25.1. The Compiler CLtL2 - 25.1.2. Compiled Functions HyperSpec - Special Operator LOAD-TIME-VALUE PCL - other special operators | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |