11 Avr
2020
11 Avr
'20
17:56
Hi, yet another gambit newbee question. From lambdanative console template I learned how to start a `repl` in a statically linked binary. (N.B. "statically linked" MAY be boring; maybe not.) The pattern is: (define (repl-loop) (with-exception-catcher (lambda (exn) (DISPLAY-EXCEPTION)) ##repl-debug) (repl-loop)) (repl-loop) Use of `define-macro` as input yields "Ill-placed define-macro" exception. Thanks /Jörg