Sumeet Chhetri 1bba2dda55 Added SWI-Prolog Http Server (#6134) 4 лет назад
..
README 1bba2dda55 Added SWI-Prolog Http Server (#6134) 4 лет назад
benchmark_config.json 1bba2dda55 Added SWI-Prolog Http Server (#6134) 4 лет назад
server.pl 1bba2dda55 Added SWI-Prolog Http Server (#6134) 4 лет назад
swi-prolog.dockerfile 1bba2dda55 Added SWI-Prolog Http Server (#6134) 4 лет назад

README

Prolog is a logic programming language associated with artificial intelligence and computational linguistics

SWI-Prolog is a free implementation of the programming language Prolog, commonly used for teaching and semantic web applications

This implementation uses the [HTTP Server libraries](https://www.swi-prolog.org/pldoc/man?section=httpserver) available with SWI-Prolog

Currently only the /json and /plaintext endpoints have been implemented