Most programming languages have a program which acts as a user interface. This
program is called the IDE. These programs have all kinds of tools which make
writing code a lot easier. Examples include debuggers and code completion tools.
Many also allow the programmer to design the graphical part of his/her program
by using pre-coded components. Packages like Delphi are specially designed
for rapid application development; they have many pre-coded components.
|