Ecosyste.ms: Awesome
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: about 5 hours ago
JSON representation
Common Lisp port of data structures in the book Purely Functional Data Structures by Chris Okasaki
- Host: GitHub
- URL: https://github.com/jonatack/pfds-book
- Owner: jonatack
- Created: 2015-08-21T22:14:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T15:57:24.000Z (almost 11 years ago)
- Last Synced: 2023-06-10T08:10:17.873Z (over 1 year ago)
- Language: Common Lisp
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.