Sort stability: Difference between revisions

m
→‎{{header|Factor}}: Add Fortran's deficiency.
m (→‎{{header|Factor}}: Add Fortran's deficiency.)
Line 177:
=={{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|Fortran}}==
The language does not offer an in-built sort facility. Numerous libraries exist, which may or may not have documentation on their sort routine's stability.
 
=={{header|F_Sharp|F#}}==
1,220

edits