add Logtalk in Prolog

This commit is contained in:
Morgan 2019-06-01 10:02:42 +02:00 committed by GitHub
parent 5ee61fa41d
commit 02fe4302d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5109,6 +5109,7 @@ Raw
* [StackOverflow](https://stackoverflow.com/questions/tagged/prolog) - Prolog tagged questions on StackOverflow
* [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.
## Python
* [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills