in reply to Re: Sorting, recursion, and tail-call optimizations
in thread Sorting, recursion, and tail-call optimizations

Roy Johnson,
Heh. My first inclination was to go iterative. I am trying to wrap my head around thinking recursively so that I might grok Haskell, and hence avoided it. My iterative solution looked nothing like this though ;-)

Cheers - L~R

  • Comment on Re^2: Sorting, recursion, and tail-call optimizations