Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Prolog Operators
157Likes
10,857Views
2018Dec 20
Operators let us write Prolog terms naturally and conveniently, using prefix, infix and postfix notation. In Prolog, you can inspect and change the operator table. Some operators are already predefined when you start your Prolog system. If you are ever unsure about the exact structure of a term, you can use write_canonical/1 to show the term's canonical form.

Follow along using the transcript.

The Power of Prolog

6.15K subscribers