The Prolog Debugger and Declarative Programming. Examples
Programming Languages
2020-04-07 v2 Logic in Computer Science
Software Engineering
Abstract
This paper contains examples for a companion paper "The Prolog Debugger and Declarative Programming", which discusses (in)adequacy of the Prolog debugger for declarative programming. Logic programming is a declarative programming paradigm. Programming language Prolog makes logic programming possible, at least to a substantial extent. However the Prolog debugger works solely in terms of the operational semantics. So it is incompatible with declarative programming. The companion paper tries to find methods of using it from the declarative point of view. Here we provide examples of applying them.
Cite
@article{arxiv.2003.01422,
title = {The Prolog Debugger and Declarative Programming. Examples},
author = {Włodzimierz Drabent},
journal= {arXiv preprint arXiv:2003.01422},
year = {2020}
}
Comments
11 pages, 8 figures (an example added to the previous version + a few corrections)