Prolog Interpreter
Aus ProgrammingWiki
ProgrammingWiki verwendet JLog als Prolog Interpreter.
JLog is an implementation of a Prolog interpreter, written in Java. It's primary benefit is that can be run on almost any platform supporting Java (such as a web browser), and as such it is well suited for educational purposes. It works as both an application and as an applet.
It includes built-in source editor, query panels, online help, animation primitives, and a GUI debugger. It can open and save files when running as an application, but not as an applet (because of the security model for web browsers; however it is possible to copy and paste Prolog source between JLog and a local text editor).
JLog is also suitable for developers who need an embedded Prolog engine in Java. JLog make is easy to consult, construct queries, and evaluate query results. It also includes translation facilities to map between Prolog terms and standard Java objects.