Compile
(Built-in Mathematica Symbol) Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
Mathematica's scheduled tasks provide a way to set evaluation of arbitrary expressions in the future. Tasks can be scheduled for one-time evaluation, or for repeated ...
The Wolfram Demonstrations Project has provided an invaluable resource for educators, book authors, hobbyists, and professionals alike. Most Demonstrations are contributed by ...
CellGrouping is a notebook option that specifies how cells in the notebook should be assembled into groups.
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
HoldPattern[expr] is equivalent to expr for pattern matching, but maintains expr in an unevaluated form.
Interrupt[] generates an interrupt.
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
ShowGroupOpener is an option for cells that specifies whether an opener icon is displayed next to the leading cell in a cell group to indicate whether the cell group is open ...