2 papers
cs.SE2025
Programming Really Is Simple Mathematics
Bertrand Meyer, Reto Weber
A re-construction of the fundamentals of programming as a small mathematical theory (PRISM) based on elementary set theory. Highlights: Zero axioms. No properties are ass…
cs.SE2025
Loop unrolling: formal definition and application to testing
Li Huang, Bertrand Meyer, Reto Weber
Testing processes usually aim at high coverage, but loops severely limit coverage ambitions since the number of iterations is generally not predictable. Most testing teams address…