File "runtime"
This file provides Unicode ready reading and writing of Prolog
terms. Since reading and writing involves comparing and
manipulating Unicode code points, the file also defines Prolog
predicates to categories Unicode code points. For this purpose,
the Python version and the JavaScript version contain a replica of
the Java Unicode database.
- Section "session": t.b.d. More..
- Section “stream”: The Dogelog player currently does
provide a stream abstraction. It also keeps a global state, for
the current input and output streams. More..
- Section “code”: Communication over text streams is
mainly done via codes or atoms. Directly mapping to the host
language integers and strings. More..
- Section "term": Writing these routines in Prolog
itself spares us from contrived host language code. More..
- Section "objects": t.b.d. More..
Kommentare