in reply to Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)

Hey, as long as we're goofing with languages, here is a version in REBOL.

reverse-words: func [ words ] [ return form reverse parse words none ]
  • Comment on Re: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)
  • Download Code