Re: MIT/GNU Scheme implementation
higepon 27 Jul 2008 13:41 UTC
Hi.
Thank you for your code.
I will add it in next revision.
On Sun, Jul 27, 2008 at 1:58 AM, Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
> For the Implementations section, here's one for MIT/GNU Scheme:
>
> ;; `get-environment-variable' is already defined appropriately.
>
> (define (get-environment-variables)
> (hash-table->alist
> (access environment-variables
> (->environment '(runtime os-primitives)))))
>
>