Jump to content

Interactive programming

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by DavidCary (talk | contribs) at 05:46, 22 June 2005 (... and its opposite.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

See also