logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Prolog Interpreter - Execute Prolog Code | Online Free DevTools by Hexmos

Execute Prolog code with SWI-Prolog Interpreter. Run scripts, display runtime variables, and debug Prolog applications. Free online tool, no registration required.

swipl

SWI-Prolog - A comprehensive free Prolog environment. More information: https://www.swi-prolog.org/pldoc/man?section=cmdline.

  • 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

  • Display version:

swipl --version

See Also