LOIS: syntax and semanticsOpen Website

Published: 2017, Last Modified: 03 May 2023POPL 2017Readers: Everyone
Abstract: We present the semantics of an imperative programming language called LOIS (Looping Over Infinite Sets), which allows iterating through certain infinite sets, in finite time. Our semantics intuitively correspond to execution of infinitely many threads in parallel. This allows to merge the power of abstract mathematical constructions into imperative programming. Infinite sets are internally represented using first order formulas over some underlying logical structure, and SMT solvers are employed to evaluate programs.
0 Replies

Loading