-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 14-May-07, at 3:43 PM, François Magnan wrote:
Now comment out the call to "loop-indefinitely" in the (main) function. If you try the telnet again it will not work...
This is not the case in the MingW (WinXP) versions.
It seems I cannot start a tcp-server in a thread and still get the read-eval-print loop. Anybody can help?
It seems that the "debug" function is not defined:
% gsi -:dar Gambit Version 4.0 beta 22
(load "magnan.scm")
"/Users/feeley/gambit/magnan.scm"
12
12 - ------------- REPL is now in #<thread #2> ------------- *** ERROR IN #<procedure #3>, "magnan.scm"@8.14 -- Unbound variable: debug
If I (define debug pp) then things work fine.
Marc