Integrated Scripting Environment
Encyclopedia
An Integrated Scripting Environment (ISE) is a software application that provides extended facilities to system administrators for script development
. An ISE normally consists of:
Scripting language
A scripting language, script language, or extension language is a programming language that allows control of one or more applications. "Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the...
. An ISE normally consists of:
- a script editor which usually includes:
- tab completion
- syntax highlighting
- integrated help
- a debuggerDebuggerA debugger or debugging tool is a computer program that is used to test and debug other programs . The code to be examined might alternatively be running on an instruction set simulator , a technique that allows great power in its ability to halt when specific conditions are encountered but which...
- a script launcher