mndrix / golog

Prolog interpreter in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golog

Prolog interpreter in Go with aspirations to be ISO compatible. See the full package documentation for usage details.

Install with

go get github.com/mndrix/golog

Status

The long term goal is to make Golog fully compliant with ISO Prolog. It currently supports a subset of ISO Prolog. Any deviations from the standard are bugs. Please report issues to help Golog improve.

Golog is used in production systems, but should be considered experimental software. It has bugs and sharp edges.

Development is sponsored by PriceCharting.

About

Prolog interpreter in Go

License:MIT License


Languages

Language:Go 93.9%Language:Prolog 6.0%Language:Shell 0.1%