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

https://github.com/suzannesoy/typed-worklist

A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
https://github.com/suzannesoy/typed-worklist

racket-library

Last synced: 4 months ago
JSON representation

A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.

Awesome Lists containing this project

README

          

[![Build Status,](https://img.shields.io/travis/jsmaniac/typed-worklist/main.svg)](https://travis-ci.org/jsmaniac/typed-worklist)
[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/typed-worklist/main.svg)](https://codecov.io/gh/jsmaniac/typed-worklist)
[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/typed-worklist)
[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/typed-worklist/)
[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/typed-worklist/issues)
[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

Typed Worklist
==============

A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.