CSC/ECE 517 Fall 2011/ch1 1a lj: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
= Recommendations for most popular Ruby IDEs = | = Recommendations for most popular Ruby IDEs = | ||
---- |
Revision as of 03:16, 6 September 2011
CSC/ECE 517 Fall 2010/ch1 1a lj
Introduction
In this Wiki, several kinds of IDEs for Ruby language is shown and their features are compared carefully.
What is an IDE
An integrated development environment (IDE) (also known as integrated design environment, integrated debugging environment or interactive development environment) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of:
- a [source code editor]
- a compiler and/or an interpreter
- build automation tools
- a debugger