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