perm   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/cas.xtm

Implementation

;; permutations
(define-macro (perm n p)
  (list 'quote (scmcas 'perm n p)))


Back to Index

Similar Entries