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 all core library ((chicken *)) modules.
Author
Repository
This egg is hosted on the CHICKEN Subversion repository:
https://anonymous@code.call-cc.org/svn/chicken-eggs/release/5/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.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