Cristian Baboi wrote:
- Why the output lines do not appear in the call order ?
Gambit does it's own buffering (it doesn't use the C stdio functions, iirc). So you need to make sure output is flushed in both worlds when you want it (check |force-output| in the Gambit manual, and the fflush manpage for stdio).
Christian.