From c708f086f89f5859bd4788882185743ef7f93d91 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 9 Nov 2017 16:25:14 +0100 Subject: [PATCH] add SWISH: free online SWI-Prolog web IDE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44c3c2d..12cb33f 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [spammimic](http://www.spammimic.com/) - encode your secret message into something innocent looking. * [REDbot](https://redbot.org/?) - checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements. * [Open Source Psychometrics Project](https://openpsychometrics.org/) - a collection of interactive personality tests with detailed results +* [SWISH](https://swish.swi-prolog.org/) - free online SWI-Prolog web IDE # Gaming * [BoardGameGeek](https://boardgamegeek.com/) - most complete board game database that holds tons of reviews, images and videos @@ -2402,6 +2403,7 @@ I just want to centralize my findings and bookmarks in a central location, and s ## Prolog * [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) ## Python * [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills