Re: Creating New Scope

2006-10-31 Thread Neil Jerram
Volkan YAZICI [EMAIL PROTECTED] writes: Hi all, This may look a little bit similar to my previous question but, I couldn't figure out a solution and thought it'd be best to hear your opinions about the problem: How can I create a new [for instance (let ...)] scope within my C code? By using

Re: Creating New Scope

2006-10-31 Thread Volkan YAZICI
On Oct 31 09:43, Neil Jerram wrote: I'm not sure what you mean by a new scope in C code. C code must always obey C's rules, of course. Perhaps you mean that the C code has some Scheme code that it wants to eval, but that it doesn't want it to make any lasting bindings. Then I guess you