Re: [Haskell-cafe] ANNOUNCE: Palindromes 0.1

2009-09-12 Thread Johan Jeuring
Hi Henning, Thanks for the many suggestions. On Sun, 6 Sep 2009, Johan Jeuring wrote: The primary features of Palindromes include: * Linear-time algorithm for finding exact palindromes * Linear-time algorithm for finding text palindromes, ignoring spaces, case of characters, and

Re: [Haskell-cafe] ANNOUNCE: Palindromes 0.1

2009-09-10 Thread Henning Thielemann
On Sun, 6 Sep 2009, Johan Jeuring wrote: The primary features of Palindromes include: * Linear-time algorithm for finding exact palindromes * Linear-time algorithm for finding text palindromes, ignoring spaces, case of characters, and punctuation symbols. You made me curious, whether

Re: [Haskell-cafe] ANNOUNCE: Palindromes 0.1

2009-09-07 Thread Rafael Cunha de Almeida
Johan Jeuring wrote: Palindromes == Palindromes is a package for finding palindromes in files. Visit the homepage http://www.jeuring.net/Palindromes/ A few options are not working well: $ ./palindromes --h * *

Re: [Haskell-cafe] ANNOUNCE: Palindromes 0.1

2009-09-07 Thread Johan Jeuring
On 07 Sep 2009, at 21:21, Rafael Cunha de Almeida wrote: Johan Jeuring wrote: Palindromes == Palindromes is a package for finding palindromes in files. Visit the homepage http://www.jeuring.net/Palindromes/ A few options are not working well:

[Haskell-cafe] ANNOUNCE: Palindromes 0.1

2009-09-06 Thread Johan Jeuring
Palindromes == Palindromes is a package for finding palindromes in files. Visit the homepage http://www.jeuring.net/Palindromes/ Features The primary features of Palindromes include: * Linear-time algorithm for finding exact