A set of tools for immutability in Javascript. It provides a few small primitives, in particular a mutable container with defined rules for changing the current value,
Basilisk is heavily inspired by Rich Hickey's talks, and Clojure. OK, parts of it are shamelessly copied.
- Value, State Identity - Rich Hickey
- Simple made easy - Rich Hickey