You are looking at historical revision 35593 of this page. It may differ significantly from its current revision.

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

felix winkelmann

License

This code is in the public domain

Version History

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