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

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

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/