-
https://github.com/rust-lang-nursery/chalk - they are going to use it in Rust compiler itself. Should suit decompiler too.
-
Hello! I'm making a programming language, [Pikelet](https://github.com/pikelet-lang/pikelet/), and I've been wanting to start working on [a query-driven, incremental driver for the language](https://g…
-
Hi,
I read [Lucid Meets Prolog](https://billwadge.wordpress.com/2015/11/20/lucid-meets-prolog/) on Bill Wadge's Blog and thought this sounds very useful.
I am quite new to prolog, so maybe I am missin…
-
Syntactical extensions for GRIN
=========================
This document proposes new syntactic constructs for the GRIN IR, as well as modifications to some of the already existing ones.
Motivat…
-
`get-else` is how Datalog handles optional attributes.
It consists of:
* A bound entity
* A cardinality-one attribute
* A var to bind the value
* A default value.
We model this as:
* A chec…
-
```
Datalogging to onboard flash
What still needs to be decided?
What still needs to be done?
```
Original issue reported on code.google.com by `uavflightdirector` on 25 Aug 2013 at 9:32
-
Hi,
I'm a prolog beginner and got some question about day 10b.
How was your thinking when coming up with this? And what makes this qualify for using tabling? (I know almost nothing about tabling bu…
-
My project is to datalog voltage, current, power, energy, frequency, and power current for 16 appliances using a **single PZEM** and **16 current transformers.** I use a **16-channel analog mux** in a…
-
The following code will result in the query hanging
```
var ds = require("datascript")
var db = ds.db_with(ds.empty_db(), [
{
"left": "aaron",
"right": "barbara"
},
…
-
Instead of storing session files with metadata in the session filename and only allowing an array of data points in the JSON file itself (at this point should have just been CSV :trollface: ).
### …