[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C function replacing global environment - why is calling scope unaffected?
- From: Mark Hamburg <mhamburg@...>
- Date: Sun, 13 Jun 2004 16:05:15 -0700
I believe the answer is that you've redefined the globals for C functions
but you haven't changed the global environment for the compiled chunk.
Mark