srfi-90
An implementation of SRFI 90. For more information, see SRFI-90.
Usage
(import (srfi 90))
Documentation
A simgle module reexport of (srfi 69 hash) & (srfi 69 weak var).
Repository
This egg is hosted on the CHICKEN Subversion repository:
https://anonymous@code.call-cc.org/svn/chicken-eggs/release/5/srfi-69-weak
If you want to check out the source code repository of this egg and you are not familiar with Subversion, see this page.
Bugs & Limitations
- Use of the hash-table object between (srfi 69), (srfi 90), (srfi 69 weak var) & (srfi 69 weak fix) imports is not supported.
Requirements
License
Public Domain
Version History
- 0.1.0
- Initial release