[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Common Lisp symbols
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: Common Lisp symbols
- From: "Stephen E. Robbins" <STEVER%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU>
- Date: Mon 6 Apr 87 14:08-EDT
The company I work for is just starting a large project
in Common Lisp. For portability, we'd like to create our
own special package into which we IMPORT the implementation's
Common Lisp and then EXPORT *exactly* the set of CLtL symbols
that make up common lisp. Our packages will then USE our
private CL package.
Does anyone out there have a list of the symbols in CLtL?
Or is this going to require going through the manual page
by page and figuring out what needs to be [im]ported?
-- Stephen