Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonatack/pfds-book

Common Lisp port of data structures in the book Purely Functional Data Structures by Chris Okasaki
https://github.com/jonatack/pfds-book

Last synced: about 5 hours ago
JSON representation

Common Lisp port of data structures in the book Purely Functional Data Structures by Chris Okasaki

Awesome Lists containing this project

README

        

# Pfds-Book

A translation (in progress) of data structures from the book
Purely Functional Data Structures by Chris Okasaki.

## Usage

```common-lisp
(ql:quickload :pfds-book)
```

## Installation

Clone repo into ~/quicklisp/local-projects.

## Author

* Stephen A. Goss ([email protected])

## Copyright

Copyright (c) 2013 Stephen A. Goss ([email protected])

# License

Licensed under the Modified BSD License.