Artificial Intelligence in web application by AI specific languages

artificial-intelligence, prolog, swi-prolog

Solution

SWI-Prolog site is entirely run by, well, SWI-Prolog. Then if you can run SWI-Prolog on your host machine, you can reuse the same technology.

Of course this make sense if you have to 'publish' some application that can benefit of some the particular strengths of Prolog.

SWI-Prolog is particularly focused on Semantic Web. But it isn't an easy theme, and you could miss some 'high level' user presentation that we are acquainted on today sites (CMS, WordPress, ...).

Otherwise you could use some conventional front end, and 'call' your logic as a Web service.

Problem

Is there any way to integrate prolog or lisp programming with web based application? Actually I want to give some intelligence in my website.

Original source

Related problems