Re: Memory-lapse CL question about eval and let
- From: "Jon" <jon@xxxxxxxxxx>
- Date: Wed, 5 Apr 2006 13:19:28 GMT
You misunderstand, I'm not that much of a newbie to Lisp, just to CL. I
understand and am using &optional and &rest. I then wanted to add a layer on
top where the user specifies the arguments. After this I had the &rest part
in a list and simply needed to call the function, so I just glued the
optional bits onto the end of the fixed arguments and did an eval (this was
supposed to be a 5 minute hack to get someone something), only to be bitten
by the scope issue. (Many thanks for the explaination on that, BTW.)
The solution was trivial, I just used apply.
Jon
.
- Follow-Ups:
- Re: Memory-lapse CL question about eval and let
- From: Pascal Bourguignon
- Re: Memory-lapse CL question about eval and let
- References:
- Memory-lapse CL question about eval and let
- From: Jon
- Re: Memory-lapse CL question about eval and let
- From: Pascal Bourguignon
- Re: Memory-lapse CL question about eval and let
- From: Jon
- Re: Memory-lapse CL question about eval and let
- From: Raffael Cavallaro
- Re: Memory-lapse CL question about eval and let
- From: Raffael Cavallaro
- Re: Memory-lapse CL question about eval and let
- From: Jon
- Re: Memory-lapse CL question about eval and let
- From: Pascal Bourguignon
- Memory-lapse CL question about eval and let
- Prev by Date: Re: packages, load paths and environment variables
- Next by Date: Re: call/cc
- Previous by thread: Re: Memory-lapse CL question about eval and let
- Next by thread: Re: Memory-lapse CL question about eval and let
- Index(es):
Relevant Pages
|
|