Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mndrix/golog
Prolog interpreter in Go
https://github.com/mndrix/golog
Last synced: 2 months ago
JSON representation
Prolog interpreter in Go
- Host: GitHub
- URL: https://github.com/mndrix/golog
- Owner: mndrix
- License: mit
- Archived: true
- Created: 2013-02-12T20:34:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T20:15:43.000Z (about 5 years ago)
- Last Synced: 2024-05-01T22:45:09.024Z (8 months ago)
- Language: Go
- Homepage:
- Size: 305 KB
- Stars: 373
- Watchers: 18
- Forks: 39
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - mndrix/golog - Prolog interpreter in Go (Go)
README
golog
=====Prolog interpreter in Go with aspirations to be ISO compatible. See the [full package documentation](http://godoc.org/github.com/mndrix/golog) 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](https://github.com/mndrix/golog/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](https://www.pricecharting.com).