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

Outdated egg!

This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.

If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.

big-chicken

Are you tired of writing (use extras data-structures utils srfi-69 files ports srfi-1 srfi-13 srfi-14 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 the following library units:

 data-structures
 extras
 files
 ports
 posix
 regex
 utils
 tcp
 srfi-1
 srfi-4
 srfi-13
 srfi-14
 srfi-18
 srfi-69

Requirements

CHICKEN 4.2.6 or higher is required.

Author

felix winkelmann

License

This code is in the public domain

Version History

0.4
added regex dependency
0.3
hacked around syntax-reexport problem
0.2
fixed typo in setup script
0.1
Initial release