impc:aot:do-at-runtime   macro


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

Implementation

(define-macro (impc:aot:do-at-runtime . forms)
  `(impc:aot:do-or-emit
    (if (not (output-port? *impc:aot:current-output-port*))
        (begin ,@forms))))


Back to Index