Is there a way to store a prolog list that isn't fully instantiated into
a xpce variable?
Thx =)
Yip. See user-defined classes using the `type' 'prolog'. I guess that
should be in the user guide. There are also examples in the libraries
and http://hcs.science.uva.nl/projects/SWI-Prolog/articles/wlpe-02.pdf
describes the rationale.
Note however that, except for parameter-passing to prolog-defined
methods, this results in a *copy* and therefore it might have little
use to you.
Cheers --- Jan