Skip to content

ThatGeoGuy/srfi-121

 
 

Repository files navigation

SRFI 121: Generators

by Shiro Kawai, John Cowan, and Thomas Gilray

keywords: Data Structure, R7RS Large: Red Edition, Superseded

This repository hosts SRFI 121: Generators, a Scheme Request for Implementation.

This SRFI is in withdrawn status.

See also SRFI 158: Generators and Accumulators.

The full documentation for this SRFI can be found in the SRFI Document.

If you’d like to participate in the discussion of this SRFI, or report issues with it, please join the SRFI-121 mailing list and send your message there.

Thank you.

The SRFI Editors

CHICKEN specific files

srfi-121.meta : This file denotes metadata about the CHICKEN 4 extension, such as author, license, and dependencies (and dependencies for tests).

srfi-121.setup : This file tells the CHICKEN 4 package manager (chicken-install) how to build the egg.

srfi-121.egg : This is the input file for the package manager (chicken-install) for CHICKEN 5.

srfi-121.release-info : Describes the URL / different releases of the CHICKEN extension.

Additionally, the tests/ directory has been added to accommodate the CHICKEN package manager (for running tests). Currently it provides a default test runner which merely includes the tests found in the generators/ directory.

License

Provided under a single clause BSD license, Copyright (C) John Cowan

  1. See LICENSE for full details.

About

Generators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 78.2%
  • Scheme 21.8%