MASKOR / readylog

A GOLOG dialect for high-level agent programming in dynamic and real-time domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadyLog was developed for ECLiPSe Prolog. It may work with differend Prolog dialects such as SWI, but will probably require some porting work.

Assuming that the ECLiPSe interpreter is invoked as eclipse, the simplified blocksworld example can be executed by entering the following command in the main directory of this repository:

eclipse -f examples/blocksworld/blocksworld.pl -e 'icp(main)'

The theory, background and semantics of the ReadyLog language are covered in detail in Alexander Ferrein's PhD thesis

Note that some features that depend on non-GPL code have been stripped from this version. Please contact Alexander Ferrein if you need access to a full-featured ReadyLog.

About

A GOLOG dialect for high-level agent programming in dynamic and real-time domains

License:GNU General Public License v2.0


Languages

Language:Prolog 100.0%