in reply to Understanding the Schwartzian transform.

The main thing to grok is that the first map creates an anonymous array reference with the first element containing the data and the second element containing the sort key. After sorting by the second element, the final map ignores the sort key and just returns the data element from the array.

choroba is too fast for me...
  • Comment on Re: Understanding the Schwartzian transform.