Jump to content

JortSort: Difference between revisions

112 bytes added ,  6 years ago
added Factor
(→‎{{header|Common Lisp}}: working implementation)
(added Factor)
Line 246:
iex(3)> jortsort.([1,2,5,4])
false</lang>
 
=={{header|Factor}}==
<lang factor>USING: kernel sorting ;
: jortsort ( seq -- ? ) dup natural-sort = ;</lang>
 
=={{header|FreeBASIC}}==
1,808

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.