[plt-scheme] loop over environment variables and delete an environment variable

From: Peter Michaux (petermichaux at gmail.com)
Date: Thu Sep 10 22:23:07 EDT 2009

On Thu, Sep 10, 2009 at 7:10 PM, Eli Barzilay <eli at barzilay.org> wrote:
> On Sep 10, Peter Michaux wrote:
>> It seems that with the exception of using the FFI there currently is
>> no facility in PLT to either loop over the complete set of
>> environment variables or delete an environment variable. Is that a
>> correct conclusion? Is adding that sort of functionality in any
>> plans?
>
> Would you be willing to write the code?

Will? Yes. Capable? I don't know. I haven't done anything inside the
MzScheme C code.

Would a function like (environment->alist) be the desirable way to
access the full environment?

Peter


Posted on the users mailing list.