This is the NeXT Mathematica version of the software that goes with my
book "Programming in Mathematica". A generic version working with all
versions of Mathematica was published earlier and is available from
various archive sites.

All the files come in two compressed and uuencoded tar archives in
two postings with subject lines "PiM1.tar.Z.uue" and "PiM2.tar.Z.uue".

There is also a special Macintosh and MS-DOS version. Floppy disks can
be ordered from WRI at a nominal charge. See the README.ma file for details.

You should unpack these archives either in

	~/Library/Mathematica/Packages
or in
	/LocalLibrary/Mathematica/Packages

so that they are on the default Mathematica search path.
See the enclosed Notebook "README.ma".

To unpack, save the two messages containg the two pieces
and first do a uudecode on both of them, giving you the files
PiM1.tar.Z and PiM2.tar.Z:

	uudecode PiM1.tar.Z.uue
	uudecode PiM2.tar.Z.uue

Then do

	uncompress < PiM1.tar.Z | tar xvfB -
	uncompress < PiM2.tar.Z | tar xvfB -

If you don't trust me, first use "tar tvfB" instead of "tar xvfB".

Enjoy,

Roman E. Maeder

maeder@inf.ethz.ch
