This SRFI adds support for dynamically-scoped parameters. SRFI 39 is implemented in the Guile core; there's no module needed to get SRFI-39 itself. Parameters are documented in Parameters.
This module does export one extra function: with-parameters*.
This is a Guile-specific addition to the SRFI, similar to the core
with-fluids* (see Fluids and Dynamic States).