Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: SRFI-105, Previous: SRFI-88, Up: SRFI Support [Contents][Index]
This is a portable wrapper around Guile’s built-in support for interacting with the current environment, See Runtime Environment.
Returns a string containing the value of the environment variable
given by the string name
, or #f
if the named
environment variable is not found. This is equivalent to
(getenv name)
.
Returns the names and values of all the environment variables as an association list in which both the keys and the values are strings.