Unique customizability and connectivity powered by symbolic programming.
.NET/Link lets you write sophisticated user interfaces by calling .NET types directly from Mathematica. Doing so allows you to evaluate code as you add it, either one or ...
Capabilities that define a new kind of dynamic interactive computing.
$Notebooks is True if Mathematica is being used with a notebook-based front end.
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
Mathematica lets you create your own custom interfaces, using its uniquely straightforward symbolic interface-building technology. You can build simple interactive ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
$Linked
(Built-in Mathematica Symbol) $Linked is True if the Mathematica kernel is being run through MathLink.
FrontEndTokenExecute["cmd"] executes the specified front end command token, typically corresponding to a front end menu item.
Mathematica usually works by taking whatever input you give, and then processing it. Sometimes, however, you may want to have a program you write explicitly request more ...