|
Revision 4640, 0.6 KB
(checked in by pmoura, 3 weeks ago)
|
|
Updated the Logtalk version number to 2.35.0 in preparation for the next release.
Improved compilation of source code resulting in smaller intermediate Prolog files and better performance for most back-end Prolog compilers (work in progress; meta-predicate support currently broken).
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Package: logtalk |
|---|
| 2 | Version: 2.35.0 |
|---|
| 3 | Maintainer: Paulo Moura <pmoura@logtalk.org> |
|---|
| 4 | Section: devel |
|---|
| 5 | Priority: optional |
|---|
| 6 | Architecture: all |
|---|
| 7 | Essential: no |
|---|
| 8 | Description: Open source object-oriented logic programming language. |
|---|
| 9 | Logtalk is an open source object-oriented logic programming language |
|---|
| 10 | that can use most Prolog implementations as a back-end compiler. |
|---|
| 11 | As a multi-paradigm language, Logtalk includes support for both |
|---|
| 12 | prototypes and classes, protocols, component-based programming |
|---|
| 13 | through category-based composition, event-driven programming, and |
|---|
| 14 | multi-threading programming. |
|---|