i saw there's a datascript-todo repo that @tonsky made so I bumped it to modern datascript and cljs and added figwheel if people wanted to play with it: https://github.com/dpsutton/datascript-todo
in datascript i can do in a rule [(= ?text "Soap")]
but doing [(str/includes? ?text "Soap")]
throws an error of unknown predicate on str/includes?
. Is this not supported?
so it seems things have to be fully namespace qualified but only for clojure not cljs? Since no way to resolve at runtime?