sorting.human vocabulary
Factor handbook ยป Vocabulary index


Documentation
Human-friendly sorting

Metadata
Tags:collections, text, algorithms
Authors:Doug Coleman, Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
alphanum tupleobj


Ordinary words
WordStack effect
<alphanum-insensitive>( obj -- alphanum )
<alphanum>( obj -- alphanum )
find-numbers( sequence -- sequence' )
human-sort( seq -- seq' )
human<=>( obj1 obj2 -- <=> )
human>=<( obj1 obj2 -- >=< )
humani-sort( seq -- seq' )
humani<=>( obj1 obj2 -- <=> )
humani>=<( obj1 obj2 -- >=< )


Class predicate words
WordStack effect
alphanum?( object -- ? )


Files


Metadata files


Children
VocabularySummary
sorting.human.private