Node:3.11.0 New Features, Next:3.11.0 Bugs Fixed, Up:3.11.0 Changes
library(spaceout)
limit the amount of memory used while running a
goal; see Meta-call with Limit on Memory Use.
library(prologbeans)
is a package for issuing Prolog queries
from a separate Java process, so as to avoid the memory conflicts and other
undesirable interaction that can occur with Java and Prolog in the same
process. See Access SICStus from Java. Please note: Feedback is
solicited on this first release. Future API changes are likely.
library(xml)
is an unsupported package for parsing XML.
See Parsing and Generating XML.
Term.getObject()
is no longer a no-op in
multi-threaded Jasper.
class SPException
the method toString
returns a
printed representation of the underlying Prolog exception term (if one exists)
limited by a print depth of 5. The method getTerm
returns a
SPTerm
instance representing the Prolog exception term.