sixthnormal / clj-3df

Clojure(Script) client for Declarative Dataflow.
Eclipse Public License 2.0
328 stars 13 forks source link

Add support for transforms in the find-spec itself #22

Open comnik opened 5 years ago

comnik commented 5 years ago

Something like [:find (truncate ?t) :where ...] currently requires an extra clause [:find ?trunc :where [(truncate ?t) ?trunc] ...] which is not as nice as it could be.