MathLink for AppleScript is a Scripting Addition (OSAX) that makes it possible to use Mathematica as a computational engine in AppleScript programs. The second use of MathLink for AppleScript is to allow external functions written in AppleScript to be called from within the Mathematica environment. This makes it easy to extend Mathematica with functionality provided by AppleScript enabled applications. What's New: Version 1.1: new command "MathLink abort" to abort a time-consuming calculation. new command "MathLink terminate" to force quit the Mahtematica kernel, even if it is currently busy with computing. the "MathLink create" command supports a new parameter "with host" that lets you specify the network interface to create the link for. fixed a bug where a Mathematica expression consisting of a list of rules was not correctly mapped to an AppleScript record. corrected mistakes in the manual. |