Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Last active August 29, 2015 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasterthanlime/d682abf83bdf624f0ef8 to your computer and use it in GitHub Desktop.
Save fasterthanlime/d682abf83bdf624f0ef8 to your computer and use it in GitHub Desktop.
Immutable data structures in JavaScript
 | Lang      | Size    | Min. | Structures | Keys | License    | Author 

-----|---------------|---------|----------|------------|-----------|------------|------------------ mori | Cljs | 735K | 201K | all of cljs | any | EPL | David Nolen / clj team
immutable | JS | 116K | 53K | most of cljs | any | BSD | Lee Byron ancient-oak | JS | 15K | 6.5K | arrays, objects | strings, ints | MIT | Szymon Witamborski hamt | Khepri | 13K | 7.5K | just hamt | strings, any | MIT | Matt Bierner

Notes:


TL;DR - if you're reimplementing ClojureScript it's easier to use mori.

But it's also kind of missing the point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment