Skip to content

N-Prolog Version 4.43

Choose a tag to compare

@sasagawa888 sasagawa888 released this 24 Jun 22:37

N-Prolog ver4.43 Release Notes

This release includes important improvements to the compiler and introduces a new directive feature.

Bug Fixes

  • Fixed a compiler bug that occurred when directives such as :- op/3 were used within the source code.
    Previously, such directives were not handled correctly during compilation.
    This issue has now been resolved.

New Features

  • Introduced support for the initialization/1 directive.
    This allows specified goals to be automatically executed after a consult.
    It improves usability and aligns N-Prolog with standard Prolog behavior.

We recommend all users to upgrade to this version for improved stability and functionality when compiling code with embedded directives.