An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# collections [![Build Status](https://travis-ci.org/lexi-lambda/racket-collections.svg?branch=master)](https://travis-ci.org/lexi-lambda/racket-collections) [![Coverage Status](https://coveralls.io/repos/lexi-lambda/racket-collections/badge.svg?branch=master)](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)