CSC/ECE 517 Fall 2011/ch1 1a lj: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 5: Line 5:


=What is an IDE=
=What is an IDE=
An '''integrated development environment (IDE)''' (also known as '''integrated design environment''', '''integrated debugging environment''' or '''interactive development environment''') is a [http://en.wikipedia.org/wiki/Application_software application software] that provides comprehensive facilities to [[computer programmer]]s for [[software development]]. An IDE normally consists of:  
An '''integrated development environment (IDE)''' (also known as '''integrated design environment''', '''integrated debugging environment''' or '''interactive development environment''') is a [http://en.wikipedia.org/wiki/Application_software application software] that provides comprehensive facilities to [http://en.wikipedia.org/wiki/Computer_programmer computer programmers] for [http://en.wikipedia.org/wiki/Software_development software development]. An IDE normally consists of:  


* a [source code editor]
* a [source code editor]

Revision as of 03:42, 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 application software that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of:

What is Ruby

Popular IDEs for Ruby

Eclipse

Aptana

rubymine

Textmate

Redcar

NetBeans (6.0)

Geany

gEdit

XCode

emacs

RDT

IntelliJ Idea

Comparison of Different IDEs for Ruby

Summary

References