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.