https://github.com/lexi-lambda/racket-collections
Generic collections API for Racket
https://github.com/lexi-lambda/racket-collections
Last synced: 23 days ago
JSON representation
Generic collections API for Racket
- Host: GitHub
- URL: https://github.com/lexi-lambda/racket-collections
- Owner: lexi-lambda
- License: isc
- Created: 2015-12-03T04:57:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T01:35:27.000Z (about 3 years ago)
- Last Synced: 2025-01-30T02:09:56.908Z (3 months ago)
- Language: Racket
- Size: 487 KB
- Stars: 52
- Watchers: 6
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-racket-and-scheme - racket-collections
README
# collections [](https://travis-ci.org/lexi-lambda/racket-collections) [](https://coveralls.io/r/lexi-lambda/racket-collections?branch=master)
This package provides **generic collections** for Racket. It uses Racket's [generics](http://docs.racket-lang.org/reference/struct-generics.html) to provide a implementation-agnostic interface for manipulating collections.
[**See the docs for more information.**](http://lexi-lambda.github.io/racket-collections/index.html)