big-chicken
Are you tired of writing (import (chicken base) (chicken bitwise) (chicken blob) yaddda yadda this that and the other)? Do you have enough of endlessly having to figure out the right library units you need?
Not anymore! Because now there is
BIG-CHICKEN
This extension provides a convenience wrapper for most of the core library (scheme *) and (chicken *) modules.
The only exception currently is (scheme write), as handling of shareable data is usually only needed in special situations. Explicitly import this module, if you need this functionality.
Author
Repository
This egg is hosted on the CHICKEN Subversion repository:
https://anonymous@code.call-cc.org/svn/chicken-eggs/release/6/big-chicken
If you want to check out the source code repository of this egg and you are not familiar with Subversion, see this page.
License
This code is in the public domain
Version History
- 1.3
- drop import of (scheme write)
- 1.2
- ported to CHICKEN 6
- 1.1
- reexport chicken.irregex
- 1.0
- initial release for CHICKEN 5
- 0.4
- added regex dependency
- 0.3
- hacked around syntax-reexport problem
- 0.2
- fixed typo in setup script
- 0.1
- Initial release