ES Prolog is an app that allows the edition of prolog files (accepts any plain text), and where you can execute queries.
It uses an interpreter made with javascript (jsprolog). This interpreter has the ability to call JavaScript through a call to external / 3, in order to perform the arithmetic functions.
It works perfectly with atomic rules and the use of lists.
It uses an interpreter made with javascript (jsprolog). This interpreter has the ability to call JavaScript through a call to external / 3, in order to perform the arithmetic functions.
It works perfectly with atomic rules and the use of lists.
Show More