Login
Remember
Register
Ask a Question
Why We Use Prolog Programming Language?
0
votes
asked
Mar 3, 2021
in
Prolog
by
SakshiSharma
Why We Use Prolog Programming Language?
#prolog-use
why-prolog
prolog
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 3, 2021
by
SakshiSharma
Following are some points for using prolog more:
SWI-Prolog is free, open-source, and very well maintained.
It’s much much easier to distribute SWI-Prolog applications than Java ones
Prolog is much less verbose,which is helpful when during development.
Prolog allows one to define any word or collection of “symbol characters” (e.g. >>, +, /, , //, :===/===: ) as an infix, postfix, or prefix operator.
In Prolog, you can treat data as programs.
Prolog is interactive.
...