ipc:eval   macro


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

Implementation

(define-macro (ipc:eval proc expr)
  `(ipc:eval-string ,proc ,(sexpr->string expr)))


Back to Index

Similar Entries