mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 11:46:37 +02:00
Merge pull request #360 from mnieper/ephemerons
Add SRFI 124 interface to Chibi's ephemerons.
This commit is contained in:
commit
23a5b4a2fa
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