Prolog Conversations
The Jekejeke Prolog runtime library provides character terminal
based interactions. Among the interactions we find query answering
and source consulting.
- Solution REPL: We
explain the Prolog query answer loop which consists of a query
answering session between the Prolog system and the end-user. More...
- Error Handling: The
Prolog query answer loop aborts the query upon syntax errors or
unhandled execution errors. More...
- Source Consulting: Source
consulting
does
not
stop
upon
the first syntax or execution error. More...
- Interrupt Handling:
The console allows manually interrupting the interpreter loop
either during read or during execution. More...
- Compatibility Matrix: We
compare
our approach with the former DEC10 standard and the current ISO
core standard. More...
Comments