Subject: Re: Help required: Is there a way to split up one element into several? From: Erik Naggum <erik@naggum.no> Date: 2000/04/02 Newsgroups: comp.lang.lisp Message-ID: <3163690604532935@naggum.no> * Paolo Amoroso <amoroso@mclink.it> | What is the purpose of the temporary package, i.e. the one which is bound | to *PACKAGE*? To avoid cluttering a useful package with symbols that are | interned just to get their names? yes, that is precisely the reason I chose to set up a temporary package. #:Erik