impc:ti:join   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm

Implementation

;; join elements into a list (without including nulls)
(define impc:ti:join
  (lambda args
    (cl:remove-if null? args)))


Back to Index

Similar Entries