B-Prolog 6.2

Version of implementation B-Prolog of programming language Prolog

A version of B-Prolog, released in June 2002.

Changes:

  • Timers and timer events (for Windows only).
  • CLP(Set) Constraints over finite sets.
  • Formatted output using format predicate.
  • Standalone applications: B-Prolog run-time system is initialized before the main() function is called. The user’s applications do not need to call initialize_bp to initialize the B-Prolog runtime system.
  • Added examples and applications.