[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MIT/GNU Scheme implementation

This page is part of the web mail archives of SRFI 98 from before July 7th, 2015. The new archives for SRFI 98 contain all messages, not just those from before July 7th, 2015.



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