guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gurus? Care to re-explain the absense of gh_set_x() for me?


From: Sam Tregar
Subject: Re: Gurus? Care to re-explain the absense of gh_set_x() for me?
Date: Fri, 13 Jul 2001 10:39:06 -0400 (EDT)

On Fri, 13 Jul 2001, Martin Grabmueller wrote:

> If you want to support Scheme properly, there will be no way around
> making a difference between global and local variables.  And for
> handling local variables, you will need to support nested
> environments.  When you have these environments, you can get your
> hands on the local variables and modify then.  Read libguile/eval.c if
> you dare :)

Ok, I'll give that a shot.  I would like some way to differentiate between
locals and globals but I'm guessing there's no scm_global_p() in eval.c,
right?

-sam





reply via email to

[Prev in Thread] Current Thread [Next in Thread]