SWI-Prolog / packages-mqi

Machine Query Interface
13 stars 5 forks source link

Consider using JSON as the input format as well as the output #3

Open EricZinda opened 2 years ago

EricZinda commented 2 years ago

From the swi prolog boards

Right now the Prolog sent to the system is in string format like :"member(X, [1, 2, 3])". It could also be in JSON format.

Unclear if this is better for the way people use the system, so please chime in!