Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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