(no title)
JohnL4 | 3 years ago
Looks like Flix is in a galaxy of languages implementing Datalog, a variant of (or somehow related to) Prolog. I guess Flix is Turing-complete while Datalog is not?
JohnL4 | 3 years ago
Looks like Flix is in a galaxy of languages implementing Datalog, a variant of (or somehow related to) Prolog. I guess Flix is Turing-complete while Datalog is not?
dunefox|3 years ago
Flix is a regular programming language, and supports datalog as a DSL basically, supported by the compiler and type system.