Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Artificial Intelligence in web application by AI specific languages

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

like image 431
Ali Hayder Avatar asked Sep 05 '25 17:09

Ali Hayder


1 Answers

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.

like image 89
CapelliC Avatar answered Sep 08 '25 21:09

CapelliC