Skip to content

SRFI 15 (fluid-let) #71

Open
Open
@lassik

Description

@lassik

AFAICT Chez Scheme's fluid-let is compatible with SRFI 15. In that case, this would be a compliant implementation of the latter:

(library (srfi :15)
  (export fluid-let)
  (import (only (chezscheme) fluid-let)))

The SRFI also supplied a portable implementation using dynamic-wind.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions