0 votes
in Prolog by
Why We Use Prolog Programming Language?

1 Answer

0 votes
by

Following are some points for using prolog more:

  1. SWI-Prolog is free, open-source, and very well maintained.
  2. It’s much much easier to distribute SWI-Prolog applications than Java ones
  3. Prolog is much less verbose,which is helpful when during development.
  4. Prolog allows one to define any word or collection of “symbol characters” (e.g. >>, +, /, , //, :===/===: ) as an infix, postfix, or prefix operator.
  5. In Prolog, you can treat data as programs.
  6. Prolog is interactive.

Related questions

+1 vote
asked Mar 3, 2021 in Prolog by SakshiSharma
+1 vote
asked Mar 3, 2021 in Prolog by SakshiSharma
...