Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/chez-testing
SRFI 64 for Chez Scheme
https://github.com/ktakashi/chez-testing
Last synced: 13 days ago
JSON representation
SRFI 64 for Chez Scheme
- Host: GitHub
- URL: https://github.com/ktakashi/chez-testing
- Owner: ktakashi
- Created: 2018-12-12T12:54:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T11:59:34.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T01:21:40.274Z (about 1 month ago)
- Language: Scheme
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SRFI 64 for Chez Scheme
=======================I'm sick and tired of copying Chez specific SRFI 64 implementasion for
each project I've made. So make it a repository so that I can use it
as a git submodule.How to use it
=============Chez Scheme doesn't allow us to escape `:` as must of the other implementations
do. To resolve this, you need to run `setup.sh` script before using the library.Licence
=======The `README.md` and `setup.sh` files are public domain. I don't clame any
copyright.The licence of the SRFI implementation is located `lib` directory.