|
For users of Macintosh Common Lisp (available from Digitool), mma-link.lisp allows you to use Mathematica commands within the Lisp environment. It uses solely the AppleEvent to link up the two programs. There are two modes to using mma-link.lisp: one is the usual command-line interface to Mathematica from within the MCL Listener using queued Apple Events; and the other the ability to define Lisp functions with Mathematica commands embedded in-line through the use of waited Apple Events. The program source contains detailed instructions for many of its features, including automated 3D rotation images using Xah Lee's SaveToRotaterFormat`. Overall, the program should help people working on Mathematica programming with its easy-to-use documentation facilities.
|
|