logtalk
Object-oriented logic programming language
Logtalk is a declarative 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, Logtalk includes support for both prototypes and classes, protocols (interfaces), categories (components and hot-patching), event-driven programming, coinduction, lambda expressions, and high-level multi-threading programming.
- Versions: 3.80.0
- Website: https://logtalk.org/
- Licenses: Artistic License 2.0 · ASL 2.0 · CC0 · Expat · FreeBSD · GPL 2+ · Modified BSD · The Open Software License 2.1
- Package source: gnu/packages/prolog.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of logtalk
as follows:
guix install logtalk
Or install a particular version:
guix install logtalk@3.80.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of logtalk about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/logtalk'><img src='https://packages.guix.gnu.org/packages/logtalk/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/logtalk/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/logtalk)
Example Org:
[[https://packages.guix.gnu.org/packages/logtalk][https://packages.guix.gnu.org/packages/logtalk/badges/latest-version.svg]]