Re: flet vars
- From: Anticomuna <ts.conceicao@xxxxxxxxxx>
- Date: Fri, 15 Apr 2011 00:12:49 -0700 (PDT)
On 14 abr, 22:51, TheFlyingDutchman <zzbba...@xxxxxxx> wrote:
Is it possible to change the values of the variables in an flet?
(flet ( (function1 () (format t "hi from function1~%")))
(function1)
; change what function1 refers to
(function1))
Use defun from inside the flet.
.
- Follow-Ups:
- Re: flet vars
- From: Alessio Stalla
- Re: flet vars
- References:
- flet vars
- From: TheFlyingDutchman
- flet vars
- Prev by Date: Re: Partial functions in Lisp
- Next by Date: Re: Delete old versions of directories
- Previous by thread: flet vars
- Next by thread: Re: flet vars
- Index(es):
Relevant Pages
|