terminusdb-labs / swipl-rs

25 stars 6 forks source link

support swi-prolog dicts #21

Closed matko closed 2 years ago

matko commented 2 years ago

SWI-Prolog has dictionaries as first-class objects (of sorts), but swipl-rs doesn't yet support these.

It should be easy to create a dictionary, update a dictionary term, and query a dictionary term.