sys:livecoding-error-hook?   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define sys:livecoding-error-hook?
   (lambda (on?)
      (if on?
    (set! *error-hook* '())
    (set! *error-hook* throw))))


Back to Index