plumatic / schema

Clojure(Script) library for declarative data description and validation
Other
2.41k stars 257 forks source link

Atomize simple cell #357

Closed w01fe closed 8 years ago

w01fe commented 8 years ago

Fixes #355, and hopefully #354 formerly known as #351.

Replaces the custom bool container class with an atom (or bare AtomicReference in Clojure) -- keeping the same performance without the headaches from Class generation.