Subject: Re: exported package (was Re: Free software) From: Erik Naggum <erik@naggum.net> Date: Sat, 08 Sep 2001 17:40:26 GMT Newsgroups: comp.lang.lisp Message-ID: <3208959625340667@naggum.net> * Kalle Olavi Niemitalo <kon@iki.fi> > What is an exported package? A package documented with its exported symbols and intended for others to use. Any serious implementation will need housekeeping or internal packages that they do not publish any documentation for. > Can a Common Lisp program export a package? No, but a vendor can choose to document and tell you about a package, or choose to withhold such information. ///