Is the Prova implemented with a Prolog compiler or Prolog interpreter?
问题 I am looking at the Java-written Prolog system, Prova. https://prova.ws/ But it is not clear about its implementation, a Prolog compiler or Prolog interpreter? I read the manual, but did not found an answer. 回答1: There are some rumors that Prova is based on Mandarax. The newest version seem to be heading in the same direction as SWI-Prolog 7, i.e. it supports dicts and a dot notation. See also here: http://prova.ws/confluence/display/REWRITEDEV/Prova+maps+for+defining+slotted+terms The