Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages.
In this document, you'll find an implementation of the Solutions of the Perl Cookbook in the Haskell language.
Many auxiliary functions can be found in appendix (Helpers). You need hugs98 or ghc (tested with 5.002) and the external library: http://www.dcs.gla.ac.uk/~meurig/regexp/ The time section only work with ghc, s/--ghc // if you have ghc. You need to enable multi-parameter class and functionnal depedencies -98 with hugs, and -fglasgow-exts with ghc
Next | ||
Strings |