Category:Logtalk: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
 
Line 3: Line 3:
}}
}}


Logtalk is an object-oriented logic programming language that extends the [[Prolog]] language with a feature set suitable for programming in the large. As a multi-paradigm language, it includes support for encapsulation and data hiding, separation of concerns and enhanced code reuse, both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.
Logtalk is an object-oriented logic programming language that extends and leverages the [[Prolog]] language with a feature set suitable for programming in the large. As a multi-paradigm language, it includes support for encapsulation and data hiding, separation of concerns and enhanced code reuse, both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming. Logtalk uses standard Prolog syntax with the addition of a few operators and directives.
Logtalk uses standard Prolog syntax with the addition of a few operators and directives.


==See Also==
==See Also==

Latest revision as of 21:02, 21 October 2013

Language
Logtalk
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Logtalk.

Logtalk is an object-oriented logic programming language that extends and leverages the Prolog language with a feature set suitable for programming in the large. As a multi-paradigm language, it includes support for encapsulation and data hiding, separation of concerns and enhanced code reuse, both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming. Logtalk uses standard Prolog syntax with the addition of a few operators and directives.

See Also

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Logtalk"

The following 81 pages are in this category, out of 81 total.