https://github.com/fitzgen/pfds-js
Purely Functional Data Structures in JS
https://github.com/fitzgen/pfds-js
Last synced: over 1 year ago
JSON representation
Purely Functional Data Structures in JS
- Host: GitHub
- URL: https://github.com/fitzgen/pfds-js
- Owner: fitzgen
- Created: 2011-06-07T16:57:36.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-13T01:00:38.000Z (about 15 years ago)
- Last Synced: 2025-03-17T11:59:43.144Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purely Functional Data Structures in JS
After reading Chris Okasaki's *[Purely Functional Data Structures][]*, I decided I
was crazy enough to port some of the structures from the book to JavaScript
(ECMAScript).
Each structure is in its own module/file, and you will need an AMD loader such
as [RequireJS][] to use them.
[Purely Functional Data Structures]: http://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504
[RequireJS]: http://requirejs.org/