Implementation Dependent Choices
This web lists choices made by developers of
CLforJava in implementing certain aspects of the Common Lisp language. See the
HyperSpec for more details on the implementation of Common Lisp.
Implementation Issues
- MAKE-PACKAGE - The function MAKE-PACKAGE causes the new package to automatically call USE-PACKAGE on the COMMON-LISP package. This makes the functions accessible while in the new package.
Discussions
Links to Blog issues