Re: Lisp libraries



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")
.



Relevant Pages

  • RE: Push method question
    ... You can create a special group for laptops and one for pcsand ... Basically in the package folder you will have several programs (laptop, ... Since you have your adv setup to run when you want to. ... On the restarts, I'm wondering how to accomplish that now. ...
    (microsoft.public.sms.swdist)
  • Re: Clisp debugging a good tutorial?
    ... The following restarts are also available: ... STORE-VALUE:R1 You may input a new value for (FDEFINITION ... USE-VALUE:R2 You may input a value to be used instead of ... STORE-VALUE:R3 You may input a new value for. ...
    (comp.lang.lisp)
  • Re: namespace pollution question
    ... catch these conditions and automatically resolve in favor of the new package ... Problem solved, sorta. ... the names of the restarts are not specified. ...
    (comp.lang.lisp)
  • Re: But how do I finally fix package system?
    ... I think some interactive "package cleaner tool" would be useful. ... The following restarts are available: ... Oops, it already exists in all CL implementations... ... (defun force-use-package (package) ...
    (comp.lang.lisp)
  • Re: (setf #x 42)
    ... The following restarts are available: ... STORE-VALUE:R1 You may input a new value for FOO. ... USE-VALUE:R2 You may input a value to be used instead of FOO. ...
    (comp.lang.lisp)