Logtalk 2.30.8 (Default branch) |
|
|
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, component-based programming through category-based composition, event-driven programming, and multi-threading programming.
License: Artistic License
Changes:
This release fixes a bug in the compilation of synchronized predicates that broke Logtalk on single-threaded Prolog compilers. The bug is present in the two previous Logtalk versions.
|