Jump to content

JortSort: Difference between revisions

→‎{{header|Common Lisp}}: This not only scrambles the program's input (unwarranted side effect) but can yield false positives.
(→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details)
(→‎{{header|Common Lisp}}: This not only scrambles the program's input (unwarranted side effect) but can yield false positives.)
Line 215:
 
=={{header|Common Lisp}}==
{{incorrect|sort is destructive}}
<lang lisp>
(defun jort-sort (x) (equalp x (sort x #'< )))
543

edits

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