logtalk

Declarative object-oriented logic programming language

brewmacoslinux
Try with needOr install directly
Source

About

Declarative object-oriented logic programming language

Commands

logtalk

Examples

Start the Logtalk interactive interpreter$ logtalk
Compile and load a Logtalk source file$ logtalk -f myprogram.lgt
Run Logtalk in quiet mode with a specific goal$ logtalk -g "initialization((write('Hello'), nl, halt))"