Featured

Immutable.js

Immutable persistent data collections for javascript

MakersThere are no makers yet

Discussion

Greg Gerber
@gerbz · Making my dent
I LOVE the logo scroll animation on mobile. Awesome.
H
Eric Willis
@erictwillis · Working on something new
"Immutable provides List, Stack, Map, OrderedMap, and Set by using persistent hash maps tries and vector tries as popularized by Clojure and Scala. They achieve efficiency on modern JavaScript VMs by using structural sharing and minimizing the need to copy or cache data. Immutable also provides a lazy Seq, allowing efficient chaining of collection methods l… See more