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

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: 5 months 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 (steveth45@gmail.com)

## Copyright

Copyright (c) 2013 Stephen A. Goss (steveth45@gmail.com)

# License

Licensed under the Modified BSD License.