https://github.com/vanhakobyan/swi-prolog
SWI-Prolog Logical Programming Languages
https://github.com/vanhakobyan/swi-prolog
logical-programming prolog prolog-programming-language swi-prolog
Last synced: 3 months ago
JSON representation
SWI-Prolog Logical Programming Languages
- Host: GitHub
- URL: https://github.com/vanhakobyan/swi-prolog
- Owner: VanHakobyan
- License: mit
- Created: 2018-02-08T14:39:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T06:44:57.000Z (over 7 years ago)
- Last Synced: 2025-02-09T06:13:46.482Z (8 months ago)
- Topics: logical-programming, prolog, prolog-programming-language, swi-prolog
- Language: Prolog
- Size: 14.1 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What is Prolog?
A. is an opening to a story that establishes the context and gives background details, often some earlier story that ties into the main one.
OR
B. is a high-level computer programming language first devised for artificial intelligence applications.
Of course its B. But, what REALLY IS Prolog?
There are different approaches to software development other than using a traditional language. Other types of useful languages exist, such as Prolog. Prolog is a logic programming language from the 1970s that is still one of the main programming languages used in artificial intelligence and computational linguistics. Prolog is Turing complete and uses logic to answer complex questions.
A popular implementation of Prolog is SWI-Prolog. SWI-Prolog is an open-source, free version of Prolog that you can even try online. Some developers use SWI-Prolog to develop web applications. Check out this tutorial to see how web development is possible with SWI-Prolog.
Good tutorial you can watch in Youtube
Book's here