Re: Lisp libraries
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Tue, 21 Aug 2007 14:26:09 +0200
In article <1187696964.388740.104550@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
gurugeert@xxxxxxxxx wrote:
[2]> (collecting (dotimes (x 10) (collect x)))
*** - EVAL: undefined function COLLECTING
The following restarts are available:
USE-VALUE :R1 You may input a value to be used instead of
(FDEFINITION 'COLLECTING).
RETRY :R2 Retry
STORE-VALUE :R3 You may input a new value for (FDEFINITION
'COLLECTING).
ABORT :R4 ABORT
What should I do.
Thank you for your help.
Andreas Klein
COLLECTING will be in another package.
Some Lisp systems give you the additional restart option
with the right package/symbol.
If you want to find out what packages have a symbol
with a certain name, then type:
(apropos "collecting")
.
- References:
- Lisp libraries
- From: gurugeert
- Lisp libraries
- Prev by Date: Re: dynamic variable in closure/object
- Next by Date: Re: Sorting by enumeration
- Previous by thread: Re: Lisp libraries
- Next by thread: User-defined data model ... Approaches?
- Index(es):
Relevant Pages
|