[Book] The Power of Prolog

This commit is contained in:
Morgan 2017-11-18 00:33:59 +01:00 committed by GitHub
parent 4c0c0d02df
commit 5f1d0352a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2441,6 +2441,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Sylvain Soliman's Den](https://lifeware.inria.fr/~soliman/post/prolog_guidelines/) - Prolog programming guidelines
* [Sylvain Soliman's Den](https://lifeware.inria.fr/~soliman/post/prolog_executables/) - Creating Prolog executables
* [SWISH](https://swish.swi-prolog.org/) - free online SWI-Prolog web IDE. **Bonus** : git repo [SWI-Prolog/swish](https://github.com/SWI-Prolog/swish)
* [Markus Triska](https://www.metalevel.at/prolog) - [Book] The Power of Prolog. **Bonus** : git repo [triska/the-power-of-prolog](https://github.com/triska/the-power-of-prolog)
## Python
* [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills