Evaluation order and nontermination in query languages
blog datafun talon reviews résumé rss June 2026 Evaluation order and nontermination in query languages Last month I gave a talk at FLOPS about finite functional programming or ‘λFS’, my latest attempt (previously: Datafun) to combine functional programming with relational programming à la Datalog or SQL – and tensor algebra too, because why not? In λFS, a relation R is treated as a function: we let R(x) = true iff x is in R, false otherwise. This function is finite in that R(x) = true for
Read full article →