Husk Libraries
This section lists the exports provided by the Husk libraries.
The husk library prefix is used for all of these libraries.
Pretty Print Library
The (husk pretty-print) library provides a pretty printer for Scheme s-expressions. It is based on code from this link as well as genwrite.scm by Marc Feeley.
Random Library
The (husk random) library provides a random number generation capability that is good enough for simple simulations, but not suitable for cryptographic applications. The library is based on code from http://programmingpraxis.com.
|