Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcfide/chez-srfi
SRFIs for Chez Scheme
https://github.com/arcfide/chez-srfi
Last synced: 27 days ago
JSON representation
SRFIs for Chez Scheme
- Host: GitHub
- URL: https://github.com/arcfide/chez-srfi
- Owner: arcfide
- License: other
- Created: 2012-01-21T20:21:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T03:24:19.000Z (8 months ago)
- Last Synced: 2024-05-23T04:49:26.107Z (6 months ago)
- Language: Scheme
- Homepage:
- Size: 943 KB
- Stars: 94
- Watchers: 20
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chez SRFIs
This is a quiet holding place for the SRFI port that I did based on the
Scheme Libraries project:https://launchpad.net/scheme-libraries
These were originally intended to simply provide a place for me to tweak
and maintain my own copy of the SRFIs for use in Chez Scheme.With the release of Chez Scheme as an Open Source project and additional
implementations beginning to become more widespread, this repository has
found some use for other people as well. As such, it now serves as a
sort of clearing house for some patches that people have applied to my
original efforts.I no longer spend a great deal of time working on these libraries, but I
welcome additional patches and changes as people would like to submit them,
provided that they respect the following:1. They should work.
2. They should not result in breakage for Chez Scheme, which is the primary
intended target of this repository.
3. They should strive for simplicity and avoid too many dirty hacks.More information on the SRFIs can be found upstream or in the upstream
README.