Hi,

I need a 'sort' function, and wonder if I can implement it like this?

(define (sort sequence less?)
  (sort! (copy sequence) less?))

I couldn't find documentation about the 'copy' function in the manual,
but maybe it can be used as a copy-list function?
_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to