|
Allegro CL |
ANSI Common Lisp 1 Introduction 1.8 Deprecated Language Features
1.8.4 Deprecated Reader SyntaxThe #S reader macro forces keyword names into the keyword package; see Section 2.4.8.13 Sharpsign S. This feature is deprecated; in the future, keyword names will be taken in the package they are read in, so symbols that are actually in the keyword package should be used if that is what is desired.
|