Fork me on GitHub
#datascript
<
2016-05-10
>
vinnyataide02:05:52

@verma thanks for the tuto, as a beginner im really loking forward to it

fasiha03:05:29

@vinnyataide: here's my port of Learn Datalog Today to DataScript and intended to run in a JVM Clojure REPL https://gist.github.com/fasiha/2ab2c1cb203c26a2b63532831f1b6021

fasiha03:05:58

It should work with cljs REPL too, and one should be able to relatively easily write a static js-only port of the entire http://learndatalogtoday.org site, but for my experimentation, I'm enjoying tab-completion, etc., in JVM REPL

fasiha03:05:57

I only tried a few queries from the website in Datascript. It's possible something broke, e.g., with datestamps. Let me know if you run across a query that doesn't work, and I'll see what's what and update the gist.