my-inc-test   xtlang


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

Implementation

;; this avoids the wrapper completely
(bind-func my-inc-test
  (let ((f (my-inc-maker 0)))
    (lambda ()
      (f 1))))


Back to Index