Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
test45
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm
Implementation
;; specialize on [i64,double]*
;;
(
bind-func
test45:
[
i64,double
]
*
(
lambda
(
a
)
(
+
1
(
sqrd
a
))))
Back to Index