Functions like map, filter, and reduce are useful tools that many
developers keep in their toolbox. partition may not be as commonly known, but
in this post I'll show you why it should be.
An approach to describing the structure of data in ClojureScript applications in
one place, and using it to power Datascript schemas, specs, and coercions for
data from external sources.
Among its many, many unique and interesting features, Datomic
supports datalog queries across multiple
databases. I recently had a chance to actually use this feature, and thought I'd
share an actual example of it.