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]

Re: stable sorting


Klaus.Schilling@home.ivm.de writes:

> 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?

Slib's sort is supposed to be stable, if I'm not mistaken.

m.