swipl
SWI-Prolog - A comprehensive free Prolog environment.
- Start an interactive session:
swipl
- Execute a command without showing any output:
swipl --quiet -t "{command}"
- Execute a script:
swipl {path/to/file.pl}
- Print all shell configuration variables:
swipl --dump-runtime-variables
- Print the version:
swipl --version
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).