In Mathematica's standard notebook interface, you are directly giving input and getting output every time you press Shift+Enter. Although much more rarely needed than in more ...
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...
DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
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. ...
$GUIPath lists the directories searched in attempting to find interface files.
Widget["ColorChooser"] provides a panel for making a color selection from various color model interfaces.
Mathematica is one of the more complex software systems ever constructed. It is built from several million lines of source code, written in C/C++, Java and Mathematica. The C ...
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. ...
ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...