[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tools?



On Monday 19 February 2007 03:35, islam abofarha wrote:
> Hi Developers,
>                     i wanted to ask about the necessery tools i have to use
> when i am going to develop some programs either commandline or GUI.i mean
> libraries,languages,scripts..etc
>
> thx
> islam

It depends on what you want to do. There are so many development environment, 
a lot of libraries and comprehensive documentation. All available in usual 
installation mediums. 

Eclipse (http://www.eclipse.org/)

KDevelop (http://www.kdevelop.org), an excellent IDE along with the kdesdk 
package. Installing it will install many important Linux command line 
programs, libraries...

Mono (http://www.go-mono.com/)
  Mono includes: a compiler for the C# language, a runtime for the Common 
Language Infrastructure (also referred as the CLR) and a set of class 
libraries. The runtime can be embedded into your application. It implements 
of both ADO.NET and ASP.NET.

EMacs (http://www.gnu.org/software/emacs/)

...

You can find nearly everything you need.