Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
sys:compile-init-ll-from-str
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm
Implementation
(
define
sys:compile-init-ll-from-str
(
lambda
(
str
)
(
sys:compile-ll-from-str
str
)))
Back to Index