MIT/GNU Scheme implementation Arthur A. Gleckler (26 Jul 2008 16:59 UTC)
Re: MIT/GNU Scheme implementation higepon (27 Jul 2008 13:41 UTC)
Re: MIT/GNU Scheme implementation Arthur A. Gleckler (04 Aug 2008 04:19 UTC)
Re: MIT/GNU Scheme implementation higepon (05 Aug 2008 08:39 UTC)
Re: MIT/GNU Scheme implementation Arthur A. Gleckler (05 Aug 2008 15:07 UTC)

MIT/GNU Scheme implementation Arthur A. Gleckler 26 Jul 2008 16:58 UTC

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)))))