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 Common Lisp language.
Newer submissions use SBCL, and make use of a number of SBCL and third-party libraries (see Appendix for details). In the code below, when the Perl code uses arrays in a way that *really* requires it (e.g., uses random access), we use CL arrays. Otherwise we usually use lists, which are more convenient.
| Next | ||
| Strings |