Scope Question
- From: dstein64 <DStein64@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 15:14:21 -0700 (PDT)
Wow, I should really learn more about the scoping rules in Lisp. Any
suggested readings?
Anyhow, here's my current scope question:
Suppose I have a recursive function that is searching for elements in
a tree. How can I store a list such that it is not reset on each
recursive call to the search function?
In general, how can I initialize a variable within a function that
will not be reset on each recursive call to that function? I hope my
question is clear. If not, please let me know. Thanks.
.
- Follow-Ups:
- Re: Scope Question
- From: Kaz Kylheku
- Re: Scope Question
- From: Paul Donnelly
- Re: Scope Question
- From: Brian
- Re: Scope Question
- Prev by Date: Re: How to make a copy of a list
- Next by Date: Re: Scope Question
- Previous by thread: How to make a copy of a list
- Next by thread: Re: Scope Question
- Index(es):