[gambit-list] Termite and Gambit 4.6.0

Jeronimo Pellegrini jpn at aleph0.info
Fri Jul 23 16:56:42 EDT 2010


Hello,

The paper [1] that describes Termite mentions a macro "catch" 
that doesn't seem to be defined anywhere in Termite sources:

 > (node-init (make-node "127.0.0.1" 40000))
 ok
 > (catch
     (lambda (exception) #t)
       (spawn (lambda () (raise 'error)))
       (? 1 'ok)
       #f)

 *** ERROR IN (console)@2.2 -- Unbound variable: catch
 1> 

(This is an example from the Termite paper)

I was wondering if this macro existed in some previous version of
Gambit, or if it's just not implemented in Termite.

If it is from some old version of Gambit, what would it be?

(I've already reported a bug on Termite)

Thanks,
J.

[1] http://termite.googlecode.com/files/termite.pdf



More information about the Gambit-list mailing list