Interactive programming
Interactive programming is the procedure of writing parts of a program while it is already active. This focuses on the program text as the main interface for a running process, rather than an interactive application, where the program is designed in development cycles and used thereafter (usually by a so-called "user", in difference to the "developer"). Consequently, here, the activity of writing a program becomes part of the program itself. It thus forms a specific instance of Interactive_computation
Using dynamic programming languages for sound and graphics, interactive programming is also used as an improvisational performance style live coding, mainly in algorithmic music and video.
An example of some code in the dynamic programming language SuperCollider is available here.
ChucK is a new dynamic programming language.
In interactive programming, both writing the program and using it are done interactively. In batch processing, neither writing the program nor using it is done interactively.