-
| Complexity | Simplicity |
|----------------------------|---------------------------------|
| State, Objects | Values |
| …
-
The behaviour of the datalog-parser needs to be reviewed and if necessar corrected. See Datascript: https://github.com/tonsky/datascript/commit/5bc0b3e6090152d6cfd2726d3d92ddc821185cf7#diff-8cac4d6ab1…
-
Currently, nullary predicates are denoted as identifiers without parentheses, e.g. `a :- b, c`. @maowtm suggested to consider using the syntax with `()`, e.g. `a() :- b(), c()`. The parentheses can al…
-
Hello! I'm searching for ways to use Datalog kind of queries in Clojure and come to here. Is this project alive? Can be considered an option to use for serious work 'today'?
-
Right now `_variable` just seems to be interpreted as `_` except that they can't be used twice. But i think this is suboptimal. Take this case
```
pub def f(): Int32 = 42
pub def _f(): Int32 = 42
…
-
With the caveat that I still know very little about Datalog, here's some thoughts on going whole hog while not needing tons of index space:
According to https://github.com/tonsky/datascript#project-s…
-
The current implementation of dict_from_bytes loops over all the items in an array, both of each array in the structure `for i in range(size)` and of structure if an array of structures `for structure…
-
I'm interested in redoing the debugging language to compile down into lambda calculus for easier type checking and evaluation. Additionally/alternatively maybe I'll make a datalog implementation in R…
-
学术上通常用Prolog 或者 Datalog 来实现自动搜索量之间的关系。
-
remove rust dependent`authorization_logic.cc` hacks in copy.bara after issue #633 is handled. Involves changes to `src/frontends/arcs/xform_to_datalog/authorization_logic.cc`