Jump to content

Integrated development environment

From Simple English Wikipedia, the free encyclopedia
Revision as of 04:44, 30 August 2014 by 122.60.191.211 (talk) (Created page with "An Integrated Development Environment, or IDE, is a computer program that makes it easier to write other computer programs. They are used by programmer|computer programm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An Integrated Development Environment, or IDE, is a computer program that makes it easier to write other computer programs. They are used by computer programmers to edit source code, and can be easier to use than other text editors for new programmers. They can have compilers so programmers don't have to open other programs to compile the source code. They also often have syntax highlighting.