martintrojer/datalog

Datalog and cljs

Closed this issue · 2 comments

Hello,

I wanted to ask if it's possible to use datalog with cljs? or clojure only?

Thank you for your time

Datalog (this project) only depends on Clojure, and also uses Clojure.set which is supported by ClojureScript.

So theoretically it should be possible to compile this down to javascript.

Could be interesting running in node.js

Thanks for your reply Martin