show/hide this revision's text 2 added 68 characters in body

I'm tired of seeing functional-programming advocates show how "quicksort" can be implemented in one line in Haskell, OCaml, F#, Scheme, etc. The "quicksort" that they show is not really Quicksort, because it is not swapping elements in place, and is doing all sorts of list construction and garbage collection. Doing a real Quicksort in a functional language is really messy.

Makes me wonder what else they are lying about.

show/hide this revision's text 1 [made Community Wiki]

I'm tired of seeing functional-programming advocates show how "quicksort" can be implemented in one line in Haskell, OCaml, F#, Scheme, etc. The "quicksort" that they show is not really Quicksort, because it is not swapping elements in place. Doing a real Quicksort in a functional language is really messy.

Makes me wonder what else they are lying about.