This commit is contained in:
Mark Thom
2018-02-26 19:28:19 -07:00
parent 7906982d4d
commit 92cd018bc7

View File

@@ -29,7 +29,7 @@ Extend rusty-wam to include the following, among other features:
* Built-in predicates for list processing and top-level declarative
control (`setup_call_control/3`, `call_with_inference_limit/3`,
etc.) (_done_).
* Add a rudimentary module system.
* A rudimentary module system.
* Attributed variables using the SICStus Prolog interface and
semantics. Adding coroutines like `dif/2`, `freeze/2`, etc.
is straightforward with attributed variables.