(gist) Install SWI-Prolog and Logtalk on CentOS.

This commit is contained in:
Morgan 2019-08-15 00:40:58 +02:00 committed by GitHub
parent 85dbd94bf5
commit 0408a1e8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5380,6 +5380,7 @@ Raw
* [Prolog Site](https://sites.google.com/site/prologsite/prolog-problems) - Prolog Problems : a remake of the P-99: Ninety-Nine Prolog Problems
* [Learn Prolog Now!](https://devrant.com/feed/) - a free online introductory course to programming in Prolog
* [Logtalk](https://logtalk.org/) - is a declarative object-oriented logic programming language that extends and leverages the Prolog language with modern code encapsulation and code reuse mechanisms while also providing improved predicate semantics.
* [MorganGeek](https://gist.github.com/MorganGeek/660e55cfbb8f8e82e77d06618802ea79) - (gist) Install SWI-Prolog and Logtalk on CentOS. **Bonus** : Dockerfile provided.
## Python
* [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills