[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another inconsistency in CLtL
The specification for INTERN describes the optional "package" argument as
being a package, not a package name. However, the discussion of #S syntax
for reading structures on page 357 shows INTERN being called with the
"package" argument being the symbol 'keyword. Should this actually be
(find-package 'keyword), or have I missed something in the packages chapter
that says arguments named "package" can be either packages or package names?
-Sandra
-------