PDA

View Full Version : Programming Tools



tech9
September 18th, 2007, 10:16 PM
What are some good programming tools...

I have done a lot of programming in Windows and would love to be able to help as a developer and contribute to Ubuntu.

Fixman
September 18th, 2007, 10:55 PM
Check out the stickies.

Lord Illidan
September 18th, 2007, 11:00 PM
What languages do you use to program with?

For c++, there is the g++ compiler
for c, there is gcc,
for java, there is either gcj or sun's java (my preferred flavour, and anyway, Sun is now opensourcing it's own java version, and it is faster).
for c#, there is mono.
for python, there is python :P

As to IDEs, there are a lot of them. KDevelop, Geany, Anjuta, Codeblocks, Eclipse, those are just off the tip of my head..

gnusci
September 19th, 2007, 01:24 PM
http://ubuntuforums.org/showthread.php?t=554070

tech9
September 19th, 2007, 03:39 PM
Thanks... I'll look into it.