Fork me on GitHub
#datascript
<
2019-06-03
>
dpsutton00:06:27

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

dpsutton01:06:43

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?

dpsutton02:06:52

so it seems things have to be fully namespace qualified but only for clojure not cljs? Since no way to resolve at runtime?