- (c-eval '(OP ...)) → resultsyntax
Takes a quoted operation and unquotes it, allowing the CK machine to expand it. Analogous to eval.
(ck () (c-quote (c-eval '(c-cons 'a 'b)))) ;; ==> '(a . b)
Takes a quoted operation and unquotes it, allowing the CK machine to expand it. Analogous to eval.
(ck () (c-quote (c-eval '(c-cons 'a 'b)))) ;; ==> '(a . b)