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
- Host: GitHub
- URL: https://github.com/jonatack/pfds-book
- Owner: jonatack
- Created: 2015-08-21T22:14:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T15:57:24.000Z (over 12 years ago)
- Last Synced: 2025-10-09T16:47:53.711Z (9 months ago)
- Language: Common Lisp
- Size: 113 KB
- Stars: 0
- Watchers: 1
- 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 (steveth45@gmail.com)
## Copyright
Copyright (c) 2013 Stephen A. Goss (steveth45@gmail.com)
# License
Licensed under the Modified BSD License.