http://www.perlmonks.org?node_id=589296


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

It also suffers from the sin of premature optimization...

Do it the easy (and more maintainable) way first, and then find out if it is "too slow". You can always optimize later.

(or, as you say, buy a faster processor :-)

-- WARNING: You are logged into reality as root.
  • Comment on Re^2: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)

Replies are listed 'Best First'.
Re^3: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)
by Anonymous Monk on Mar 27, 2007 at 15:13 UTC
    this was totally useless, thanks for giving up my hopes!