my-test18   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm

Implementation

;; and you can get and set closures also!
(bind-func my-test18
  (lambda ()
    (let ((f (lambda (x:i64) x)))
      (lambda (z)
        (f z)))))


Back to Index