- [x] clp(B) and clp(ℤ) as builtin libraries.
- [x] Streams and predicates for stream control.
- [x] A simple sockets library representing TCP connections as streams.
--- [ ] Incremental compilation and loading process, newly written,
- primarily in Prolog. (_in progress_, see
- [#775](https://github.com/mthom/scryer-prolog/issues/775))
- primarily in Prolog. (_in progress_)
--- [ ] A compacting garbage collector satisfying the five
-- properties of "Precise Garbage Collection in Prolog."
++- [x] Incremental compilation and loading process, newly written,
++ primarily in Prolog.
++- [ ] A compacting garbage collector satisfying the five properties of
++ "Precise Garbage Collection in Prolog." (_in progress_)
- [ ] Mode declarations.
## Phase 3