logtalk 3.80.0
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.
- 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 logtalk 3.80.0
as follows:
guix install logtalk@3.80.0
Or install the latest version:
guix install logtalk
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.