Sort stability: Difference between revisions

added factor info
(Added Scala)
(added factor info)
Line 20:
 
Common Lisp provides the two functions [http://www.lispworks.com/documentation/HyperSpec/Body/f_sort_.htm <code>sort</code> and <code>stable-sort</code>].
 
=={{header|Factor}}==
The <code>sorting</code> vocabulary implements a stable sort. [http://docs.factorcode.org/content/article-sequences-sorting.html <code>sorting</code> docs]
 
=={{header|Haskell}}==
Anonymous user