N-Prolog Ver 5.18 Release Notes
Overview
N-Prolog Ver 5.18 is a maintenance release focused on bug fixes and stability improvements.
There are no major language changes, and compatibility with previous versions is preserved.
Fixes
Raspberry Pi compatibility
- Fixed an issue where N-Prolog did not run correctly on Raspberry Pi environments
- Improved portability and runtime stability on ARM platforms
case/1 bug fix
- Fixed a bug in
case/1related to control flow handling - Corrected behavior of branching and nondeterminism
- Ensures consistent behavior between interpreter and compiled code
Improvements
version/1 predicate added
- New built-in predicate:
version(V).