Building a sample (micro) service in Prolog

Sometimes ago I read that some components of IBM Watson were implemented in prolog . So I decided to look at it again after many years… I like Prolog, I studied prolog at Computer Science University of Milan and for my thesis I wrote code in Prolog (and Lisp). proloGraph is a simple example of howto exposing a prolog graph database to other applications, building a REST web service. I used swi-prolog and its http library Install the prolog language (I used the fantastic Linux Debian distribution) withapt-get install swi-prologclone my git repositorygit clone https://github....

September 7, 2014 · 1 min · 138 words · Matteo Redaelli