Hey everybody,
I have a program written in prolog that is going to perform some operations on files and I want to make it communicate with processing.
What I want to do is, once my prolog file finished doing some operation with strings, I want them to be stored in an XML file and then telling to processing that that file has already been written and that processing can already grab that string in the file and do whatever (of course, prolog should close the file I guess so that processing could open it?) having some sort of synchronization.
I do not really know whether that is possible or not to get it, and I would like you guys to give me a hand on this!
Thank you very much in advance!
1