Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

interactive development environment

You are here: irt.org | FOLDOC | interactive development environment

<programming, tool> (IDE, integrated development environment) A system for supporting the process of writing software. Such a system may include a syntax-directed editor, graphical tools for program entry, and integrated support for compiling and running the program and relating compilation errors back to the source.

Such systems are typically both interactive and integrated, hence the ambiguous acronym. They are interactive in that the developer can view and alter the execution of the program at the level of statements and variables. They are integrated in that, partly to support the above interaction, the source code editor and the execution environment are tightly coupled, e.g. allowing the developer to see which line of source code is about to be executed and the current values of any variables it refers to.

Examples include Visual C++ and Visual Basic.

(2002-09-21)

Nearby terms: Interactive Data analysis Language « Interactive Data Entry/Access « Interactive Data Language « interactive development environment » Interactive Development Environments » Interactive Software Engineering » Interactive System Productivity Facility

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb