Install
(Built-in Mathematica Symbol) Install["name"] starts a MathLink-compatible external program and installs Mathematica definitions to call functions in it.
PasteButton[expr] represents a button that pastes expr whenever it is pressed. PasteButton[label, expr] displays with label on the button.
Mathematica notebooks allow you to create documents that can be viewed interactively on screen or printed on paper. Particularly in larger notebooks, it is common to have ...
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
WidgetToSymbolicGUIKitXML[expr] converts a user interface expression to a GUIKitXML SymbolicXML expression.
CDF
(Mathematica Import/Export Format) MIME types: application/vnd.wolfram.cdf, application/vnd.wolfram.cdf.text Wolfram Computable Document Format (CDF). Used as a deployment format for interactive output to ...
mathematica starts the full Mathematica system including notebook interface on Unix and Linux.