This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

stable sorting



Emacs Lisp comes with a sort routine that is stable, i.e. the order of 
objetcs that are indistinguishable by the used sorting criterion is 
unaltered by the sorting process and thus remains the same as in the
input list.

Is it easy to provide something similar for guile?

--
Klaus Schilling