my-test-1   xtlang


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

Implementation

;; you are free to recompile an existing closure
;; so we can change my-test-1 to
(bind-func my-test-1
  (lambda (a)
    (/ a 5)))


Back to Index

Similar Entries