[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tools?
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: Tools?
- From: Youssef Chahibi <chahibi at gmail dot com>
- Date: Mon, 19 Feb 2007 03:56:38 +0000
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=TVJezlOK0VFo/bS6RHHu7oBHzt/HpekgxGQiGYI14gdtN3Lz3x1TbMS3CjyVk3HsQrZpur+53hyPxB6xBqHBskLXYpYmq9HlyxAEHxhi6WhThPoNxNOAjWOcG0KG6QxXvpSPISiSJ5MswWdgSy5xEmdb5/C7UHd2HAGFDFfDqFo=
- User-agent: KMail/1.9.5
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.