Y
Hacker News
new
|
ask
|
show
|
jobs
by
cjo
4431 days ago
The query language is embedded in legal Clojure data structures, so it would be tricky to port to JS. That's a drawback of embedded DSL's I suppose.
2 comments
coolsunglasses
4431 days ago
Contingent on the design but not necessary. I could make something similar in PureScript.
I wouldn't use Datalog though, I got turned off on it after using Datomic at work.
link
tonsky
4431 days ago
Similar to Datomic, which has Java bindings and allows for query DSL be specified just as a regular String, we can do this for JS interop
link
I wouldn't use Datalog though, I got turned off on it after using Datomic at work.