Releases: guregu/predicates
Update ichiban/prolog
Update ichiban/prolog
- Updates ichiban/prolog to v0.10.5
Update Prolog
Updates ichiban/prolog to v0.10.4 (see: https://github.com/ichiban/prolog/releases)
Full Changelog: v0.0.11...v0.0.12
Update Prolog
- Updates ichiban/prolog from v0.9.1 to v0.10.3 (see: https://github.com/ichiban/prolog/releases)
Full Changelog: v0.0.10...v0.0.11
JSON fix
- Handle compound arguments better (probably doesn't match Tau completely, yet)
Full Changelog: v0.0.9...v0.0.10
downcase_atom/2
atomic_list_concat/3
is_list/1
Tau JSON predicates
This release adds a new quick & dirty package called taujson
intended to be compatible with Tau Prolog's library(js)
.
This is handy if you share code between ichiban/prolog and Tau.
- taujson: add
json_atom/2
- taujson: add
json_prolog/2
- dynamodb: add
delete_item/2
Full Changelog: v0.0.5...v0.0.6
library(files) compatibility
This release fixes #1, changing the filesystem predicates to use strings instead of atoms.
A new package called chars
is now available with some convenience functions to convert between engine.Term
and Go ~string | ~[]rune
.
Thanks
Thanks @triska for suggesting library(files)
compatibility. I hope one day we can get to the point where we can run Scryer Prolog libraries directly.