chibi-scheme/lib/srfi/124.sld
Marc Nieper-Wißkirchen 00d50d59f5 Add SRFI 124 interface to Chibi's ephemerons.
(Note that although Chibi's implementation of proper ephemerons is not
complete, it still counts as an implementation of SRFI 124, which even
allows a trivial implementation.)
2016-06-10 18:40:25 +02:00

4 lines
183 B
Scheme

(define-library (srfi 124)
(export make-ephemeron ephemeron? ephemeron-broken?
ephemeron-key ephemeron-datum)
(import (rename (chibi weak) (ephemeron-value ephemeron-datum))))