mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
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.)
This commit is contained in:
parent
9c14ee2dea
commit
00d50d59f5
1 changed files with 4 additions and 0 deletions
4
lib/srfi/124.sld
Normal file
4
lib/srfi/124.sld
Normal file
|
@ -0,0 +1,4 @@
|
|||
(define-library (srfi 124)
|
||||
(export make-ephemeron ephemeron? ephemeron-broken?
|
||||
ephemeron-key ephemeron-datum)
|
||||
(import (rename (chibi weak) (ephemeron-value ephemeron-datum))))
|
Loading…
Add table
Reference in a new issue