Skip to content

Instantly share code, notes, and snippets.

@JairoDuarte
Last active January 29, 2018 17:18
Show Gist options
  • Select an option

  • Save JairoDuarte/105774ac316cc158421e1a84eb6980e8 to your computer and use it in GitHub Desktop.

Select an option

Save JairoDuarte/105774ac316cc158421e1a84eb6980e8 to your computer and use it in GitHub Desktop.
Install Swi-prolog terminal

macOS / OS X

Install homebrew then run brew install swi-prolog. You can now run the Prolog shell from the command line with swipl.

Important: do not install from the official website, you will get crashes.

Windows

Install from the official website (you need at least a typical installation).

Then run the prolog shell from the start menu.

Linux

Install from your system package repositories (debian/ubuntu/mint: swi-prolog) or follow the instructions from the official website. Run the Prolog shell from the command line with swipl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment