Logtalk 2.38.0 is now available for downloading:
Logtalk is an object-oriented logic programming language that can use
most Prolog implementations as a back-end compiler. As a multi-
paradigm language, it includes support for both prototypes and
classes, protocols (interfaces), component-based programming through
category-based composition, event-driven programming, and high-level
multi-threading programming.
Noteworthy changes since the previous major release (2.37.0) are:
* Support for lambda expressions.
* Support for object and category multifile predicates and grammar
rules.
* Improved compiler error and warning reporting.
* New and improved compiler flags.
* Compatibility updates for most back-end Prolog compilers.
* Improved installation and Prolog integration scripts.
* Improved installers.
* Improved compatibility with Prolog module libraries.
* Improved support for text editors and syntax highlighters.
* Improved compilation of Prolog modules as objects.
* Improved conditional compilation support.
* New programming examples.
* Improved libraries.
* Fixes for all know bugs.
* Minor performance improvements.
For details and a complete list of changes, please consult the release
notes:
http://logtalk.org/releasenotes.html
Happy logtalking!
Paulo