impc:aot:do-and-emit   macro


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

Implementation

(define-macro (impc:aot:do-and-emit . forms)
  `(begin
     ,@forms
     (impc:aot:insert-forms ,@forms)))


Back to Index