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)
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 :-)
|
---|
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 |