Programming software
Programming software usually provides tools to assist a programmer in writing computer programs, and software using different programming languages in a more convenient way. The tools include:
- compilers
- debuggers
- interpreters
- linkers
- text editors
An Integrated development environment (IDE) is a single application that attempts to manage all these functions.
source : wikipedia
