Forgot to send this to the list the first time.
-- Forwarded message --
From: David Feuer <[EMAIL PROTECTED]>
Date: Oct 1, 2006 1:06 PM
Subject: Re: Scheme State
To: Ralph Little <[EMAIL PROTECTED]>
On 10/1/06, David Feuer <[EMAIL PROTECTED]> wrote:
Probably
I forgot to send this to the list the first time.
-- Forwarded message --
From: David Feuer <[EMAIL PROTECTED]>
Date: Oct 1, 2006 1:03 PM
Subject: Re: Scheme State
To: Ralph Little <[EMAIL PROTECTED]>
On 9/29/06, Ralph Little <[EMAIL PROTECTED]> wrote:
I co
Hi,
I'm doing some Scheme to parse music structures, but I'm finding that I need to
save and update some state information as I parse the tree.
I could set aside some globally scoped structure that is not passed around the
various calls while I'm parsing the tree but this feels wrong.
Could some