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 Objective-C language.
This is Objective-C in the context of Apple use - using NextStep foundation classes; e.g. under Linux, GNUStep runtime and development stuff are needed. A program can then be successfully compiled using the following commandline: gcc -x objective-c -Wno-import [source files...] -lgnustep-base -fconstant-string-class=NSConstantString.
Next | ||
Strings |